File: 85test-timeout.patch

package info (click to toggle)
speedy-cgi-perl 2.22-13
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,144 kB
  • ctags: 884
  • sloc: ansic: 4,487; perl: 958; sh: 806; makefile: 91
file content (14 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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);