bneradt opened a new pull request, #10077: URL: https://github.com/apache/trafficserver/pull/10077
The Ready conditions for some await processes waited upon the existence of a log entry before continuing. This works fine, but the process behind some of them was a 1 second sleep. If the sleep finished before the file existed, which should be rare for these tests but possible, the test would fail because the process finished before the process was "ready". This updates the backing sleep commands to 10 second sleeps which should afford plenty of time for the watch processes to see their file content. This may make these tests more reliable in CI. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
