summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Li <alex.li@mongodb.com>2022-11-28 18:34:05 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-28 19:20:04 +0000
commitfb9a90554f0ef958457dba78a752003071385534 (patch)
treefc6d4a26d203bccb47886caa300d705bc22c315e
parentb61eeabfc64bcd44d9352bb75b9d24b65d0c1f07 (diff)
downloadmongo-fb9a90554f0ef958457dba78a752003071385534.tar.gz
SERVER-71373 Extend timeout in predictive_connpool.js
-rw-r--r--jstests/noPassthrough/predictive_connpool.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/predictive_connpool.js b/jstests/noPassthrough/predictive_connpool.js
index dbe517a5667..ba649acbe9b 100644
--- a/jstests/noPassthrough/predictive_connpool.js
+++ b/jstests/noPassthrough/predictive_connpool.js
@@ -105,7 +105,7 @@ function hasConnPoolStats(args) {
return hosts.map(host => checkStats(res, host)).every(x => x);
}
- assert.soon(checkAllStats, "Check #" + checkNum + " failed", 10 * 1000);
+ assert.soon(checkAllStats, "Check #" + checkNum + " failed");
jsTestLog("Check #" + checkNum + " successful");
}