0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

increasing threshold

This commit is contained in:
Eliot Horowitz 2011-03-06 21:05:57 -05:00
parent b85ef57e22
commit 382d7e21d3

View File

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