There was an error while loading. Please reload this page.
1 parent 4a51966 commit 50b329aCopy full SHA for 50b329a
1 file changed
test/timeout/source/app.d
@@ -25,7 +25,7 @@ void main () {
25
auto p = spawnProcess(cmd);
26
scope(exit) p.stop;
27
28
- Thread.sleep(1.seconds);
+ Thread.sleep(4.seconds);
29
if (!p.tryWait.terminated)
30
die("Fetching from unconnectable registry should fail immediately.");
31
if (p.wait == 0)
0 commit comments