Skip to content

Commit 50f6334

Browse files
committed
Change repeat probes in mongo_config
1 parent c1aae72 commit 50f6334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/mongo_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def repl_set_startup
439439
states = nil
440440
healthy = false
441441

442-
60.times do
442+
80.times do
443443
# enter the thunderdome...
444444
states = repl_set_get_status.zip(repl_set_is_master)
445445
healthy = states.all? do |status, is_master|

0 commit comments

Comments
 (0)