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

Commit 08dde1b

Browse files
committed
Increase timeout in 021_row_visibility.pl.
Commit 7b28913 figured 30 seconds is long enough for anybody, but in contexts like valgrind runs, it isn't necessarily.
1 parent 1ca2eb1 commit 08dde1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/recovery/t/021_row_visibility.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# instance being driven by us, add a timeout high enough that it
3434
# should never trigger even on very slow machines, unless something
3535
# is really wrong.
36-
my $psql_timeout = IPC::Run::timer(30);
36+
my $psql_timeout = IPC::Run::timer(300);
3737

3838
# One psql to primary and standby each, for all queries. That allows
3939
# to check uncommitted changes being replicated and such.

0 commit comments

Comments
 (0)