Commit 08dde1b3 authored by Tom Lane's avatar Tom Lane

Increase timeout in 021_row_visibility.pl.

Commit 7b28913b figured 30 seconds is long enough for anybody,
but in contexts like valgrind runs, it isn't necessarily.
parent 1ca2eb10
...@@ -33,7 +33,7 @@ $node_standby->start; ...@@ -33,7 +33,7 @@ $node_standby->start;
# instance being driven by us, add a timeout high enough that it # instance being driven by us, add a timeout high enough that it
# should never trigger even on very slow machines, unless something # should never trigger even on very slow machines, unless something
# is really wrong. # is really wrong.
my $psql_timeout = IPC::Run::timer(30); my $psql_timeout = IPC::Run::timer(300);
# One psql to primary and standby each, for all queries. That allows # One psql to primary and standby each, for all queries. That allows
# to check uncommitted changes being replicated and such. # to check uncommitted changes being replicated and such.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment