[Issue 20970] Test Suite Azure Pipelines Windows_LDC_Debug x64-debug-ldc failed due to heisenbug
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Oct 17 02:41:31 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=20970
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
@Geod24 created dlang/dmd pull request #11878 "Fix 20970 - Use a longer retry
for curl on Windows" fixing this issue:
- Fix 20970 - Use a longer retry for curl on Windows
This uses the backoff strategy built in curl, instead of the short 5 seconds
retry.
Instead, we set retry-max-time, telling curl to fail after 2 minutes.
https://github.com/dlang/dmd/pull/11878
--
More information about the Digitalmars-d-bugs
mailing list