This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch release/1.10.0
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/release/1.10.0 by this push:
new 6a5904f GEODE-7064: Increase timeout to 30m for UnitTest Execute
Tests task (#3900)
6a5904f is described below
commit 6a5904fe8219b743c86fd911797dd41cc8158263
Author: Ryan McMahon <[email protected]>
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)
---
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 d8789ba..72a2948 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -67,10 +67,10 @@ repository:
tests:
- ARTIFACT_SLUG: unittestfiles
- CALL_STACK_TIMEOUT: '1800'
+ CALL_STACK_TIMEOUT: '1200'
CPUS: '8'
DUNIT_PARALLEL_FORKS: '0'
- EXECUTE_TEST_TIMEOUT: 10m
+ EXECUTE_TEST_TIMEOUT: 30m
GRADLE_TASK: test
PARALLEL_DUNIT: 'false'
PARALLEL_GRADLE: 'true'