mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
Increase timeout
This commit is contained in:
parent
bda8a01461
commit
dcdcd309dd
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user