summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Banala <arun.banala@10gen.com>2019-12-09 17:34:38 +0000
committerevergreen <evergreen@mongodb.com>2019-12-09 17:34:38 +0000
commit36a8fa18355d0c2bd9c7372da9999f8f1440805b (patch)
tree98f7abe16a424f9312fc92f7641d207f2c0aa6c8
parentacac11eca3f8e76647273b20008f1f486e27518e (diff)
downloadmongo-36a8fa18355d0c2bd9c7372da9999f8f1440805b.tar.gz
SERVER-43319 Increase cursor timeout for 'concurrency_simultaneous' fixtures
(cherry picked from commit 2f21c91f3c72be9ecea67c1d391c713b05d97a29) (cherry picked from commit e19d92cb777cb87779b614c30b1ed568a6eea088)
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_simultaneous.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_simultaneous.yml b/buildscripts/resmokeconfig/suites/concurrency_simultaneous.yml
index 1c62969ed71..14e932a8f08 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_simultaneous.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_simultaneous.yml
@@ -38,4 +38,7 @@ executor:
class: MongoDFixture
mongod_options:
set_parameters:
+ # Increase the timeout of the cursor so that the cursor will continue to stay alive even
+ # when there is a delay in lock acquisition during a getMore command.
+ cursorTimeoutMillis: 3600000
enableTestCommands: 1