pyresttest icon indicating copy to clipboard operation
pyresttest copied to clipboard

Pause between two requests

Open aor-fokus opened this issue 6 years ago • 1 comments

Is there a possibility to pause some time between two requests?

After the first request the server needs some time to create a resource. But if the second/next request comes in too fast the resource is not existing yet and so the test fails.

Thank you in advance

aor-fokus avatar Jan 16 '19 19:01 aor-fokus

Maybe that means a minor design issue in server? Delay can be very long, I would say server should respond with something like 303 See Other, or somehow make it clear that the client should wait.

ip1981 avatar Jan 24 '19 17:01 ip1981