July 27, 2020
https://issues.dlang.org/show_bug.cgi?id=21081

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |TestSuite

--
October 18, 2020
https://issues.dlang.org/show_bug.cgi?id=21081

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|---                         |FIXED

--- Comment #1 from Mathias LANG <pro.mathias.lang@gmail.com> ---
The retry strategy already retries for 2 minutes.
I have recently made some improvements, and at your request am extending the
timeout to 5 minutes.
Meanwhile, this specific case was fixed by
https://github.com/dlang/dmd/pull/11878

--