summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2009-08-03 16:00:43 +0000
committerGreg Sabino Mullane2009-08-03 16:00:43 +0000
commit3f0b95db0516018c4ea8c9a8ab2c8a4386ae1fa4 (patch)
tree6c7ce65fc3fe484477022ae7e095f8ed8bd0d237 /check_postgres.pl
parentbd82d9f1d1ba81728efb2804fe27003ed4f00022 (diff)
Boost sleep time for logfile check
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 8b40bf844..7fdf6c46c 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -3605,7 +3605,7 @@ sub check_logfile {
delete @{$db}{qw(ok slurp totaltime)};
my $badinfo = run_command("$funky", {failok => 1, target => $db} );
- my $MAXSLEEPTIME = 4;
+ my $MAXSLEEPTIME = 6;
my $SLEEP = 1;
my $found = 0;
LOGWAIT: {