Replies: 5 comments 18 replies
-
Why you like to use sleep for 10s after response, just trying to understand your use case? Are you running multiple pre requests? |
Beta Was this translation helpful? Give feedback.
-
Yes exactly, i have to run two call and i need to wait 10 second when a team member run the second call. |
Beta Was this translation helpful? Give feedback.
-
This feature is now implemented and published to marketplace, please update to See all features released Please let me know your feedback. |
Beta Was this translation helpful? Give feedback.
-
I tested the sleep time and it works! I follow you on linkedin, if you will accept me i want to ask some other question, if it possible. |
Beta Was this translation helpful? Give feedback.
-
Sorry i have another question regarding the sleeptime. It is possibile to create this flow? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When i run an HTTP call, i need to sleep 10 seconds after the API return a response.
It is possible to create a PreRun timeout script?
Something like this (Postman example):
function sleep() {
setTimeout(function(){
console.log("Sleeping for 10 seconds");
}, 10000);
}
Beta Was this translation helpful? Give feedback.
All reactions