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

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


The following commit(s) were added to refs/heads/release/1.9.1 by this push:
     new e837291  GEODE-7064: Increase timeout to 30m for UnitTest Execute 
Tests task (#3900)
e837291 is described below

commit e8372917a1c9037279b2d647fa621e94c10ebb64
Author: Ryan McMahon <rmcma...@pivotal.io>
AuthorDate: Thu Aug 8 17:03:52 2019 -0700

    GEODE-7064: Increase timeout to 30m for UnitTest Execute Tests task (#3900)
    
    * GEODE-7064: Increase timeout to 30m for UnitTest Execute Tests task
    
    (cherry picked from commit c2940cb3e2dd770995221ce432837c5fa840054a)
    (cherry picked from commit 6a5904fe8219b743c86fd911797dd41cc8158263)
---
 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 e3650a0..a563b7b 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -70,10 +70,10 @@ tests:
   CPUS: "8"
   RAM: "16"
   ARTIFACT_SLUG: unittestfiles
-  CALL_STACK_TIMEOUT: "1800"
+  CALL_STACK_TIMEOUT: "1200"
   DUNIT_PARALLEL_FORKS: "0"
   GRADLE_TASK: test
-  execute_test_timeout: 10m
+  execute_test_timeout: 30m
   PARALLEL_DUNIT: "false"
   PARALLEL_GRADLE: "true"
 - name: "Acceptance"

Reply via email to