0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00

Increase timeout

This commit is contained in:
Aaron 2009-03-31 16:46:26 -04:00
parent bda8a01461
commit dcdcd309dd

View File

@ -484,7 +484,7 @@ void killDb( int port, int signal ) {
close( dbs[ port ].second );
dbs.erase( port );
sleepms( 1000 );
sleepms( 2000 ); // allow operating system to reclaim resources
}
v8::Handle< v8::Value > StopMongoProgram( const v8::Arguments &a ) {