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

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


The following commit(s) were added to refs/heads/develop by this push:
     new d5995b5  GEODE-9662: increase acceptance test timeout (#6940)
d5995b5 is described below

commit d5995b501931de01a95784f4fe2d69c269612ae8
Author: Owen Nichols <34043438+onichols-pivo...@users.noreply.github.com>
AuthorDate: Tue Oct 5 19:32:25 2021 -0700

    GEODE-9662: increase acceptance test timeout (#6940)
---
 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 81d896e..4f18c44 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -112,11 +112,11 @@ tests:
   RAM: '16'
   name: unit
 - ARTIFACT_SLUG: acceptancetestfiles
-  CALL_STACK_TIMEOUT: '9900'
+  CALL_STACK_TIMEOUT: '13500'
   CPUS: '6'
   DISK: '200GB'
   DUNIT_PARALLEL_FORKS: '0'
-  EXECUTE_TEST_TIMEOUT: 3h
+  EXECUTE_TEST_TIMEOUT: 4h
   GRADLE_TASK: acceptanceTest
   MAX_IN_FLIGHT: 2
   PARALLEL_DUNIT: 'false'

Reply via email to