You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-test-timeout...

15 lines
350 B

Author: Niko Tyni <ntyni@iki.fi>
Description: Increase the time for the backend to start so slower buildds
have a chance. (#418717)
--- a/speedy/t/killfe.t
+++ b/speedy/t/killfe.t
@@ -9,7 +9,7 @@
my $cmd = "exec $ENV{SPEEDY} -- -M1 $scr </dev/null |";
my $pid = open (RUN1, $cmd);
-sleep(1);
+sleep(3);
kill(9, $pid);
wait;
open (RUN2, $cmd);