Boost sleep time for logfile check
authorGreg Sabino Mullane <greg@endpoint.com>
Mon, 3 Aug 2009 16:00:43 +0000 (12:00 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Mon, 3 Aug 2009 16:00:43 +0000 (12:00 -0400)
check_postgres.pl

index 8b40bf844ae33d375628b2678a8f4d8c00bf102d..7fdf6c46c17450d59455d142223294f20a6151b0 100755 (executable)
@@ -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: {