Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 01c7d3e

Browse files
committed
Ten-second timeout in 013_crash_restart.pl is not enough, let's try 60.
Per buildfarm member topminnow.
1 parent 0c5803b commit 01c7d3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/recovery/t/013_crash_restart.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
# To avoid hanging while expecting some specific input from a psql
3131
# instance being driven by us, add a timeout high enough that it
32-
# should never trigger in a normal run, but low enough to actually see
33-
# failures in a realistic amount of time.
34-
my $psql_timeout = IPC::Run::timer(10);
32+
# should never trigger even on very slow machines, unless something
33+
# is really wrong.
34+
my $psql_timeout = IPC::Run::timer(60);
3535

3636
my $node = get_new_node('master');
3737
$node->init(allows_streaming => 1);

0 commit comments

Comments
 (0)