Skip to content

Commit 9bc7c3d

Browse files
committed
In retrospect a half hour is a long time to wait to avoid threading contention
1 parent 5e746f3 commit 9bc7c3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/Microsoft.DotNet.Helix/Sdk/tools/azure-pipelines/reporter

src/Microsoft.DotNet.Helix/Sdk/tools/azure-pipelines/reporter/run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ def main():
146146
worker.daemon = True
147147
worker.start()
148148

149-
time.sleep(2000)
149+
# https://github.com/dotnet/arcade/issues/7371 - trying to avoid contention for stdout
150+
time.sleep(5)
150151
log.info("Beginning to read test results...")
151152

152153
# In case the user puts the results in HELIX_WORKITEM_UPLOAD_ROOT for upload, check there too.

0 commit comments

Comments
 (0)