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/13 02:32:40 UTC

[geode] branch support/1.12 updated: GEODE-8657: Increase acceptance test timeout (#5673)

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 d5f3108  GEODE-8657: Increase acceptance test timeout (#5673)
d5f3108 is described below

commit d5f3108caf9056889a14e18555b16d39d2e668aa
Author: Sarah <41...@users.noreply.github.com>
AuthorDate: Mon Oct 26 16:15:16 2020 -0400

    GEODE-8657: Increase acceptance test timeout (#5673)
    
    (cherry picked from commit 4ceabc88a011ab007e0462d6c0ec3c11c2d6eb26)
---
 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 91f5fc0..53c2fe3 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -95,10 +95,10 @@ tests:
   RAM: '16'
   name: unit
 - ARTIFACT_SLUG: acceptancetestfiles
-  CALL_STACK_TIMEOUT: '4500'
+  CALL_STACK_TIMEOUT: '6300'
   CPUS: '8'
   DUNIT_PARALLEL_FORKS: '0'
-  EXECUTE_TEST_TIMEOUT: 1h30m
+  EXECUTE_TEST_TIMEOUT: 2h
   GRADLE_TASK: acceptanceTest
   MAX_IN_FLIGHT: 2
   PARALLEL_DUNIT: 'false'