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

micro sleep isn't very accurate

This commit is contained in:
Eliot Horowitz 2010-04-27 16:55:38 -04:00
parent 92b48ea825
commit 0d41b1e869

View File

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