minor: increased sleep time on pooled insert rs test
This commit is contained in:
parent
1be40495c2
commit
8c2929bd4c
|
@ -38,7 +38,7 @@ class ReplicaSetPooledInsertTest < Test::Unit::TestCase
|
||||||
|
|
||||||
# Restart the old master and wait for sync
|
# Restart the old master and wait for sync
|
||||||
@rs.restart_killed_nodes
|
@rs.restart_killed_nodes
|
||||||
sleep(1)
|
sleep(5)
|
||||||
results = []
|
results = []
|
||||||
|
|
||||||
rescue_connection_failure do
|
rescue_connection_failure do
|
||||||
|
|
Loading…
Reference in New Issue