62bbc4ea30d27b366292d257a82b1263697fa234
[gentoo.git] / dev-perl / SpeedyCGI / files / SpeedyCGI-2.22-test-timeout.patch
1 Author: Niko Tyni <ntyni@iki.fi>
2 Description: Increase the time for the backend to start so slower buildds
3 have a chance. (#418717)
4 --- a/speedy/t/killfe.t
5 +++ b/speedy/t/killfe.t
6 @@ -9,7 +9,7 @@
7  my $cmd = "exec $ENV{SPEEDY} -- -M1 $scr </dev/null |";
8  
9  my $pid = open (RUN1, $cmd);
10 -sleep(1);
11 +sleep(3);
12  kill(9, $pid);
13  wait;
14  open (RUN2, $cmd);