Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit08dde1b

Browse files
committed
Increase timeout in 021_row_visibility.pl.
Commit7b28913 figured 30 seconds is long enough for anybody,but in contexts like valgrind runs, it isn't necessarily.
1 parent1ca2eb1 commit08dde1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp