Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pause between two requests #297

Open
aor-fokus opened this issue Jan 16, 2019 · 1 comment
Open

Pause between two requests #297

aor-fokus opened this issue Jan 16, 2019 · 1 comment

Comments

@aor-fokus
Copy link

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

@ip1981
Copy link

ip1981 commented Jan 24, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants