This is an automated email from the ASF dual-hosted git repository.

dhemery pushed a commit to branch support/1.15
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.15 by this push:
     new 6851ebedb3 backport/geode 10302/upgrade test timeouts (#7695)
6851ebedb3 is described below

commit 6851ebedb3dd2fb98a9b6ec3a1f4a742c5360f69
Author: Dale Emery <[email protected]>
AuthorDate: Fri May 13 16:30:33 2022 -0700

    backport/geode 10302/upgrade test timeouts (#7695)
    
    * GEODE-10302: Increase upgrade test timeout to 4h (#7683)
    
    * GEODE-10302: Increase call stack timeout for upgrade tests (#7691)
    
    To be 3h45m, 15 minutes shy of the newly increased task timeout.
---
 ci/pipelines/shared/jinja.variables.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/pipelines/shared/jinja.variables.yml 
b/ci/pipelines/shared/jinja.variables.yml
index 18a44f264e..bb6a5165b7 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -141,11 +141,11 @@ tests:
   RAM: '90'
   name: integration
 - ARTIFACT_SLUG: upgradetestfiles
-  CALL_STACK_TIMEOUT: '8400'
+  CALL_STACK_TIMEOUT: '13500'
   CPUS: '96'
   DISK: '200GB'
   DUNIT_PARALLEL_FORKS: '48'
-  EXECUTE_TEST_TIMEOUT: 3h
+  EXECUTE_TEST_TIMEOUT: 4h
   GRADLE_TASK: upgradeTest
   MAX_IN_FLIGHT: 2
   PARALLEL_DUNIT: 'true'

Reply via email to