Improve waiting for the server is in use by the signal that a marker file is created by the build task#8981
Conversation
rainersigwald
left a comment
There was a problem hiding this comment.
It's generally not a good idea to have timeouts like this, or to increase them without detailed data indicating why.
Is it possible to get a distinct signal from the second process that it's going, perhaps a line on stdout or a file that acts as a marker?
…file is created by the build task.
Thanks for the suggestion! It's possible to let the build task create a marker file as the signal. |
rainersigwald
left a comment
There was a problem hiding this comment.
This looks so much better!
JanKrivanek
left a comment
There was a problem hiding this comment.
It now looks much more solid then the original test - thanks!
Fixes #8956
Context
#8956 (comment)
Changes Made
Improve waiting for the server is in use by the signal that a marker file is created by the build task.
Testing
Notes