We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6dec19 + 9faa868 commit 3d40723Copy full SHA for 3d40723
contrib/mmts/t/001_basic_recovery.pl
@@ -89,7 +89,7 @@
89
diag("polling node 2");
90
for (my $poller = 0; $poller < 3; $poller++) {
91
my $pollee = 2;
92
- ok($cluster->poll($poller, 'postgres', $pollee, 1000, 1), "node $pollee is online according to node $poller");
+ ok($cluster->poll($poller, 'postgres', $pollee, 10, 1), "node $pollee is online according to node $poller");
93
}
94
95
diag("getting cluster state");
0 commit comments