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:
parent
7c7633de41
commit
46d312cde0
@ -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 ); */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user