summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-03-29 14:59:14 +0000
committerPeter Volkov <pva@gentoo.org>2010-03-29 14:59:14 +0000
commitf5bdd2587364036b0131b9d7c243fd7a295e1369 (patch)
tree8a40ed6bc06f88139079cee2b75ad51751567bf1 /dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-test-timeout.patch
parentVersion bump to latest releases. Drop old. (diff)
downloadgentoo-2-f5bdd2587364036b0131b9d7c243fd7a295e1369.tar.gz
gentoo-2-f5bdd2587364036b0131b9d7c243fd7a295e1369.tar.bz2
gentoo-2-f5bdd2587364036b0131b9d7c243fd7a295e1369.zip
Added debian patchset, fixes #299978 thank Diego E. 'Flameeyes' Pettenò for report.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-test-timeout.patch')
-rw-r--r--dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-test-timeout.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-test-timeout.patch b/dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-test-timeout.patch
new file mode 100644
index 000000000000..62bbc4ea30d2
--- /dev/null
+++ b/dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-test-timeout.patch
@@ -0,0 +1,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);