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

Commit2a0f89c

Browse files
committed
Give recovery tests more time to finish
These tests are currently only running in buildfarm member hamster,which is purposefully very slow. This suite has failed a couple oftimes recently because of timeouts, so increase the allowed number ofiterations to avoid spurious failures.Author: Michaël Paquier
1 parente8564ef commit2a0f89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/perl/PostgresNode.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ sub poll_query_until
11921192
{
11931193
my ($self,$dbname,$query) =@_;
11941194

1195-
my$max_attempts =90;
1195+
my$max_attempts =180;
11961196
my$attempts = 0;
11971197
my ($stdout,$stderr);
11981198

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp