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

Thread sleep doesn't give any upper bound guarantee (test failed sporadicaly).

This commit is contained in:
Alberto Lerner 2010-08-10 16:28:50 -04:00
parent 7c7633de41
commit 46d312cde0

View File

@ -234,7 +234,7 @@ namespace BasicTests {
if ( y < 1000 || y > 2500 ){
cout << "sleeptest y: " << y << endl;
ASSERT( y >= 1000 );
ASSERT( y <= 100000 );
/* ASSERT( y <= 100000 ); */
}
}
}