mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
Ten-second timeout in 013_crash_restart.pl is not enough, let's try 60.
Per buildfarm member topminnow.
This commit is contained in:
parent
0c5803b450
commit
01c7d3ef85
@ -29,9 +29,9 @@ else
|
||||
|
||||
# To avoid hanging while expecting some specific input from a psql
|
||||
# instance being driven by us, add a timeout high enough that it
|
||||
# should never trigger in a normal run, but low enough to actually see
|
||||
# failures in a realistic amount of time.
|
||||
my $psql_timeout = IPC::Run::timer(10);
|
||||
# should never trigger even on very slow machines, unless something
|
||||
# is really wrong.
|
||||
my $psql_timeout = IPC::Run::timer(60);
|
||||
|
||||
my $node = get_new_node('master');
|
||||
$node->init(allows_streaming => 1);
|
||||
|
Loading…
Reference in New Issue
Block a user