You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/07/27 23:33:45 UTC

[geode] 01/02: increase timeouts (#6404)

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

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

commit f4afdf8c2a8c38ccd7a7a2262616c193a03b0e4d
Author: Owen Nichols <34...@users.noreply.github.com>
AuthorDate: Thu Apr 29 15:00:24 2021 -0700

    increase timeouts (#6404)
    
    * increase acceptanceTest timeout from 2 hours to 3 hours
    * increase upgradeTest timeout from 1.5 hours to 2.5 hours
    
    (cherry picked from commit ebdf8edcc893478ba4f67892f02b312de5d1b5d4)
---
 ci/pipelines/shared/jinja.variables.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ci/pipelines/shared/jinja.variables.yml b/ci/pipelines/shared/jinja.variables.yml
index 697b05b..5e5350c 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -103,11 +103,11 @@ tests:
   RAM: '16'
   name: unit
 - ARTIFACT_SLUG: acceptancetestfiles
-  CALL_STACK_TIMEOUT: '6300'
+  CALL_STACK_TIMEOUT: '9900'
   CPUS: '8'
   DISK: '200GB'
   DUNIT_PARALLEL_FORKS: '0'
-  EXECUTE_TEST_TIMEOUT: 2h
+  EXECUTE_TEST_TIMEOUT: 3h
   GRADLE_TASK: acceptanceTest
   MAX_IN_FLIGHT: 2
   PARALLEL_DUNIT: 'false'
@@ -140,11 +140,11 @@ tests:
   RAM: '90'
   name: integration
 - ARTIFACT_SLUG: upgradetestfiles
-  CALL_STACK_TIMEOUT: '4800'
+  CALL_STACK_TIMEOUT: '8400'
   CPUS: '96'
   DISK: '200GB'
   DUNIT_PARALLEL_FORKS: '48'
-  EXECUTE_TEST_TIMEOUT: 90m
+  EXECUTE_TEST_TIMEOUT: 150m
   GRADLE_TASK: upgradeTest
   MAX_IN_FLIGHT: 2
   PARALLEL_DUNIT: 'true'