Need to add a timeout to wait_on command
See original GitHub issuev1.26.0
Without a timeout, the wait_on
waits for the default 10 minute timeout before failing without any output. If the server is exiting right away, this means 10 minute CI run just to fail. I think we could set the timeout of 1 minute and it would be enough.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
ActionMode WaitOn - Tosca - Tricentis
The ActionMode WaitOn pauses the execution of a TestCase until the respective control provides the value or property specified in the Value field....
Read more >wait-on - npm
wait-on is a cross-platform command line utility which will wait for files, ports, sockets, and http(s) resources to become available (or ...
Read more >Timeout - delay in seconds - Windows CMD - SS64.com
Delay execution for a few seconds or minutes, for use within a batch file. ... Timeout will pause command execution for a number...
Read more >Request: add timeout parameter to waitFor... methods - Archive
Right now, the waitFor… commands have an unconfigurable timeout of 30 seconds. Can this be configure…
Read more >Execute a shell function with timeout - bash - Stack Overflow
timeout is a command - so it is executing in a subprocess of your bash shell. ... if you just want to add...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sure these are two different ways of doing it
Sent from my iPhone
It should not be a timeout; if the concurrent process crashes, wait-on should terminate immediately.