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

Commit8961355

Browse files
committed
Raise a timeout to 180s, in test 003_recovery_targets.pl.
Buildfarm member chipmunk has failed twice due to taking >30s, andtwenty-four runs of other members have used >5s. The test is new inv13, so no back-patch.
1 parent7154aa1 commit8961355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/recovery/t/003_recovery_targets.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ sub test_recovery_standby
158158
run_log(['pg_ctl','-D',$node_standby->data_dir,
159159
'-l',$node_standby->logfile,'start']);
160160

161-
# wait up to10 seconds for postgres to terminate
162-
foreachmy$i (0..100)
161+
# wait up to180s for postgres to terminate
162+
foreachmy$i (0..1800)
163163
{
164164
lastif !-f$node_standby->data_dir .'/postmaster.pid';
165165
usleep(100_000);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp