Skip to content

Commit 69ff223

Browse files
committed
Oops. This is what I actually meant in 43a553a
Also, give it a bit more time to settle down.
1 parent 5cec505 commit 69ff223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/lib/Testable.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ class Testable {
6262
}
6363

6464
method end {
65-
sleep 1;
6665
$!bot-proc.kill;
6766
$!irc-client.quit;
67+
sleep 2;
6868
}
6969
}

0 commit comments

Comments
 (0)