diff options
author | Spencer T Brody <spencer@mongodb.com> | 2016-09-27 18:08:27 -0400 |
---|---|---|
committer | Spencer T Brody <spencer@mongodb.com> | 2016-09-28 17:08:21 -0400 |
commit | ea43e31157ea0402d4176de506399da81b3c7b29 (patch) | |
tree | a69d3a301c489076400c61419f2e690935c4db87 /jstests/replsets | |
parent | 9c8d1cf08ed9b0eeae08b490df67026af40982cd (diff) | |
download | mongo-ea43e31157ea0402d4176de506399da81b3c7b29.tar.gz |
SERVER-26362 Increase assert.soon timeout in initial_sync_oplog_rollover.js test
Diffstat (limited to 'jstests/replsets')
-rw-r--r-- | jstests/replsets/initialsync_with_write_load.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/initialsync_with_write_load.js b/jstests/replsets/initialsync_with_write_load.js index 40dcc015d87..74ae28e9df1 100644 --- a/jstests/replsets/initialsync_with_write_load.js +++ b/jstests/replsets/initialsync_with_write_load.js @@ -58,7 +58,7 @@ var work = function() { else sleep(1); } - print("finshing loadgen"); + print("finishing loadgen"); }; // insert enough that resync node has to go through oplog replay in each step var loadGen = startParallelShell(work, replTest.ports[0]); |