summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2009-08-27 17:04:09 +0000
committerGreg Sabino Mullane2009-08-27 17:04:09 +0000
commita5d59393e5c00107962172ad7847aa0b7a4a8c95 (patch)
treec7a0da302bbbdc5b253e9eba7517f2848bb728d3 /check_postgres.pl
parent424aeb8c10ee284ac76315780c4a7556b78dd82b (diff)
Add some delays so slow running 'make disttest' passes.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index 8a826c7e3..755e3b9ac 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -3739,7 +3739,7 @@ sub check_logfile {
delete @{$db}{qw(ok slurp totaltime)};
my $badinfo = run_command("$funky", {failok => 1, target => $db} );
- my $MAXSLEEPTIME = 6;
+ my $MAXSLEEPTIME = 10;
my $SLEEP = 1;
my $found = 0;
LOGWAIT: {