diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-02-22 18:35:57 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-02-22 18:35:57 +0000 |
commit | fe0afb211ea901cdef4e6752dd74f302c306d7df (patch) | |
tree | edfe2a973d66daeb42f53ef4040869a2f12544e5 /tests | |
parent | 141b3d0c2f80af0edf782736d6ff82e51c049a08 (diff) |
5 seconds isn't always enough time to start a server on a loaded system.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 2 |
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"); |