diff options
Diffstat (limited to 'jstests/ssl')
-rw-r--r-- | jstests/ssl/ssl_cert_selector_apple.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/ssl/ssl_cert_selector_apple.js b/jstests/ssl/ssl_cert_selector_apple.js index 66c917674de..0f23f04eed6 100644 --- a/jstests/ssl/ssl_cert_selector_apple.js +++ b/jstests/ssl/ssl_cert_selector_apple.js @@ -50,7 +50,7 @@ requireSSLProvider('apple', function() { const certOK = log.search('\"name\":\"' + cert.name) >= 0; const clusOK = log.search('\"name\":\"' + cluster.name) >= 0; return certOK && clusOK; - }, "Starting Mongod with " + tojson(opts), 10000); + }, "Starting Mongod with " + tojson(opts), 60000); try { MongoRunner.stopMongod(mongod); |