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

Commit01c7d3e

Browse files
committed
Ten-second timeout in 013_crash_restart.pl is not enough, let's try 60.
Per buildfarm member topminnow.
1 parent0c5803b commit01c7d3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/test/recovery/t/013_crash_restart.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
# To avoid hanging while expecting some specific input from a psql
3131
# instance being driven by us, add a timeout high enough that it
32-
# should never triggerin 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);
32+
# should never triggereven on very slow machines, unless something
33+
#is really wrong.
34+
my$psql_timeout = IPC::Run::timer(60);
3535

3636
my$node = get_new_node('master');
3737
$node->init(allows_streaming=> 1);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp