-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Feature] add delay in run collection #1385
Labels
enhancement
New feature or request
Comments
That whould be REALLY usefull. I'm facing this problem right now. |
+1 to this feature |
As a workaround, if you just want a short 1-second delay between all requests you can add a pre-request script in the collection setting: // Sleep for 1000 ms / 1 second
await new Promise((resolve) => setTimeout(() => resolve(), 1000)); |
Great, thanks!
Em seg., 15 de jan. de 2024 às 14:16, Timon ***@***.***>
escreveu:
… As a workaround, if you just want a short 1-second delay between all
requests you can add a pre-request script in the collection setting:
// Sleep for 1000 ms / 1 secondawait new Promise((resolve) => setTimeout(() => resolve(), 1000));
—
Reply to this email directly, view it on GitHub
<#1385 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6W7AEXIX4HHYPEY5VYB6LYOVP6HAVCNFSM6AAAAABB25HSOKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJSGU2DEMBZG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Henrique Lobo Weissmann
Diretor Técnico
<https://www.facebook.com/itexto> <https://www.twitter.com/itexto>
<https://www.linkedin.com/company/itexto>
<https://www.instagram.com/itextobr>
*Tel:* +55 (31) 2573-1979 <+55(31)2573-1979>
*Email:* ***@***.***
*Web:* www.itexto.com.br
|
Thanks. Yes i did someting similar.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Is it possible to add a field delay to specify the delay in ms between each request of the collection ?
regards
The text was updated successfully, but these errors were encountered: