aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-02-22 18:35:57 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-02-22 18:35:57 +0000
commitfe0afb211ea901cdef4e6752dd74f302c306d7df (patch)
treeedfe2a973d66daeb42f53ef4040869a2f12544e5 /tests/runtests.pl
parent141b3d0c2f80af0edf782736d6ff82e51c049a08 (diff)
5 seconds isn't always enough time to start a server on a loaded system.
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index ad288de37..c2f561b43 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -258,7 +258,7 @@ sub startnew {
die "error: exec() has returned !!!";
}
- my $count=5;
+ my $count=12;
while($count--) {
if(-f $pidfile) {
open(PID, "<$pidfile");