0
0
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:
Aaron 2010-02-17 22:56:07 -08:00
parent 9548999295
commit 78930bdb28

View File

@ -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