mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
SERVER-507 add sleep while clone finishes
This commit is contained in:
parent
9548999295
commit
78930bdb28
@ -34,6 +34,7 @@ check = function( s ) {
|
||||
assert.soon( function() {
|
||||
return 1 == getCount( s );
|
||||
} );
|
||||
sleep( 500 ); // wait for sync clone to finish up
|
||||
}
|
||||
|
||||
// check that slave reads and writes are guarded
|
||||
|
Loading…
Reference in New Issue
Block a user