summaryrefslogtreecommitdiff
path: root/jstests/sharding/sync7.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/sync7.js')
-rw-r--r--jstests/sharding/sync7.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/sharding/sync7.js b/jstests/sharding/sync7.js
index 87eeaa0b36b..8c1430ea3c0 100644
--- a/jstests/sharding/sync7.js
+++ b/jstests/sharding/sync7.js
@@ -3,11 +3,11 @@
s = new ShardingTest( "moveDistLock", 3, 0, undefined, { sync : true } );
s._connections[0].getDB( "admin" ).runCommand( { _skewClockCommand : 1, skew : 15000 } )
-s._connections[1].getDB( "admin" ).runCommand( { _skewClockCommand : 1, skew : -16000 } )
+s._connections[1].getDB( "admin" ).runCommand( { _skewClockCommand : 1, skew : -32000 } )
// We need to start another mongos after skewing the clock, since the first mongos will have already
// tested the config servers (via the balancer) before we manually skewed them
-otherMongos = startMongos( { port : 30020, v : 0, configdb : s._configDB } );
+otherMongos = startMongos( { port : 30020, v : 2, configdb : s._configDB } );
// Initialize DB data
initDB = function(name) {