There was an error while loading. Please reload this page.
1 parent 5e746f3 commit 9bc7c3dCopy full SHA for 9bc7c3d
1 file changed
src/Microsoft.DotNet.Helix/Sdk/tools/azure-pipelines/reporter/run.py
@@ -146,7 +146,8 @@ def main():
146
worker.daemon = True
147
worker.start()
148
149
- time.sleep(2000)
+ # https://github.com/dotnet/arcade/issues/7371 - trying to avoid contention for stdout
150
+ time.sleep(5)
151
log.info("Beginning to read test results...")
152
153
# In case the user puts the results in HELIX_WORKITEM_UPLOAD_ROOT for upload, check there too.
0 commit comments