diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js index 679522bb5d4c6..4066df17243de 100644 --- a/src/mongo/shell/utils.js +++ b/src/mongo/shell/utils.js @@ -1172,7 +1172,7 @@ jsTest.isMongos = function(conn) { jsTest.attempt = function( opts, func ) { var timeout = opts.timeout || 1000; var tries = 0; - var sleepTime = 500; + var sleepTime = 2000; var result = null; var context = opts.context || this;