From 36a8fa18355d0c2bd9c7372da9999f8f1440805b Mon Sep 17 00:00:00 2001 From: Arun Banala Date: Mon, 9 Dec 2019 17:34:38 +0000 Subject: SERVER-43319 Increase cursor timeout for 'concurrency_simultaneous' fixtures (cherry picked from commit 2f21c91f3c72be9ecea67c1d391c713b05d97a29) (cherry picked from commit e19d92cb777cb87779b614c30b1ed568a6eea088) --- buildscripts/resmokeconfig/suites/concurrency_simultaneous.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1