summaryrefslogtreecommitdiff
path: root/jstests/dur/md5.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/dur/md5.js')
-rw-r--r--jstests/dur/md5.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/dur/md5.js b/jstests/dur/md5.js
index e58f26181ea..44414eb7d21 100644
--- a/jstests/dur/md5.js
+++ b/jstests/dur/md5.js
@@ -71,7 +71,7 @@ log();
// 100 exit code corresponds to EXIT_UNCAUGHT, which is triggered when there is an exception during recovery.
// 14 is is sometimes triggered instead due to SERVER-2184
-exitCode = runMongoProgram( "mongod", "--port", 30002, "--dbpath", path, "--dur", "--smallfiles", "--durOptions", 9 );
+exitCode = runMongoProgram( "mongod", "--port", 30002, "--dbpath", path, "--dur", "--smallfiles", "--durOptions", 13 );
print( "exitCode: " + exitCode );
assert( exitCode == 100 || exitCode == 14 );