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

Commit9faa868

Browse files
committed
Reduce poll iterations in test
1 parenta7d5bb1 commit9faa868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/mmts/t/001_basic_recovery.pl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
diag("polling node 2");
9090
for (my$poller = 0;$poller < 3;$poller++) {
9191
my$pollee = 2;
92-
ok($cluster->poll($poller,'postgres',$pollee,1000, 1),"node$pollee is online according to node$poller");
92+
ok($cluster->poll($poller,'postgres',$pollee,10, 1),"node$pollee is online according to node$poller");
9393
}
9494

9595
diag("getting cluster state");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp