8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5803b commit 01c7d3eCopy full SHA for 01c7d3e
src/test/recovery/t/013_crash_restart.pl
@@ -29,9 +29,9 @@
29
30
# To avoid hanging while expecting some specific input from a psql
31
# 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);
+# should never trigger even on very slow machines, unless something
+# is really wrong.
+my $psql_timeout = IPC::Run::timer(60);
35
36
my $node = get_new_node('master');
37
$node->init(allows_streaming => 1);
0 commit comments