Testing the $flow
We'll start a flow with inner parallel operations and figure out how long it took...
val DUR:Number=500
=500
val total:Number=0
=0
Overall duration should be around 3DUR, so less than 4DUR if the engine is not too busy...
send::
msg ctx.echo (s, st)
send::
msg ctx.set (duration)
expect:: (duration < (4 * DUR)
)
expect:: (total is 4
)
You need to log in to post a comment!