mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
increasing threshold
This commit is contained in:
parent
b85ef57e22
commit
382d7e21d3
@ -59,7 +59,7 @@ while ( ( (new Date()).getTime() - start ) < ( time * 2 ) ){
|
||||
assert.eq( 1 , x.inprog.length , "nothing in prog" );
|
||||
}
|
||||
|
||||
assert.gt( 100 , me );
|
||||
assert.gt( 200 , me );
|
||||
|
||||
if ( x.inprog.length == 0 )
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user