From dcdcd309ddf19f31b7abc1063fb0f11228ae5bd2 Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 31 Mar 2009 16:46:26 -0400 Subject: [PATCH] Increase timeout --- shell/ShellUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/ShellUtils.cpp b/shell/ShellUtils.cpp index 6882ba71db3..7b0647c13f5 100644 --- a/shell/ShellUtils.cpp +++ b/shell/ShellUtils.cpp @@ -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 ) {