Skip to content

Commit 50b329a

Browse files
committed
test/timeout: Increase timeout a little
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
1 parent 4a51966 commit 50b329a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/timeout/source/app.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void main () {
2525
auto p = spawnProcess(cmd);
2626
scope(exit) p.stop;
2727

28-
Thread.sleep(1.seconds);
28+
Thread.sleep(4.seconds);
2929
if (!p.tryWait.terminated)
3030
die("Fetching from unconnectable registry should fail immediately.");
3131
if (p.wait == 0)

0 commit comments

Comments
 (0)