summaryrefslogtreecommitdiff
path: root/shell/ShellUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ShellUtils.cpp')
-rw-r--r--shell/ShellUtils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ShellUtils.cpp b/shell/ShellUtils.cpp
index f2972dbf30a..6882ba71db3 100644
--- a/shell/ShellUtils.cpp
+++ b/shell/ShellUtils.cpp
@@ -484,6 +484,7 @@ void killDb( int port, int signal ) {
close( dbs[ port ].second );
dbs.erase( port );
+ sleepms( 1000 );
}
v8::Handle< v8::Value > StopMongoProgram( const v8::Arguments &a ) {