Im assuming you are running 5 threads. >However I want to introduce a wait time in each thread depending upon output from another request.
Is this another request from the same thread/user? (in which case this is simple ) . If you mean from some other thread, then perhaps you need to explain what/why you want to do On Thu, Nov 10, 2011 at 8:57 PM, Udita Negi <[email protected]>wrote: > I have to run script for 5 users with requests for each user set to > “Forever” > > However I want to introduce a wait time in each thread depending upon > output from another request. How can that be achieved >
