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 22:27:13 UTC

[geode] branch support/1.12 updated: GEODE-8740: increase test job timeouts

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

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


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new 34f6813  GEODE-8740: increase test job timeouts
34f6813 is described below

commit 34f681337db24ae934f7b17943755f66a9a0bb7f
Author: Owen Nichols <on...@apache.org>
AuthorDate: Tue Jul 27 15:25:58 2021 -0700

    GEODE-8740: increase test job timeouts
---
 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 53c2fe3..e1bc08c 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -129,10 +129,10 @@ tests:
   RAM: '90'
   name: integration
 - ARTIFACT_SLUG: upgradetestfiles
-  CALL_STACK_TIMEOUT: '3000'
+  CALL_STACK_TIMEOUT: '4800'
   CPUS: '96'
   DUNIT_PARALLEL_FORKS: '48'
-  EXECUTE_TEST_TIMEOUT: 1h
+  EXECUTE_TEST_TIMEOUT: 90m
   GRADLE_TASK: upgradeTest
   MAX_IN_FLIGHT: 2
   PARALLEL_DUNIT: 'true'