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 2a609df raise build timeout from 10 minutes to 20 minutes
2a609df is described below
commit 2a609df57abd89ab45f2abb6b38c148475c9feff
Author: Owen Nichols <[email protected]>
AuthorDate: Sat Aug 10 13:36:24 2019 -0700
raise build timeout from 10 minutes to 20 minutes
---
ci/pipelines/geode-build/jinja.template.yml | 1 +
ci/pipelines/shared/jinja.variables.yml | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ci/pipelines/geode-build/jinja.template.yml
b/ci/pipelines/geode-build/jinja.template.yml
index 0642c4a..cf2df95 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -299,6 +299,7 @@ jobs:
outputs:
- name: built-geode
- name: results
+ timeout: {{build_test.EXECUTE_TEST_TIMEOUT}}
ensure:
do:
- task: rsync_code_down
diff --git a/ci/pipelines/shared/jinja.variables.yml
b/ci/pipelines/shared/jinja.variables.yml
index 72a2948..2f22f5b 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -22,10 +22,10 @@ benchmarks:
build_test:
ARTIFACT_SLUG: build
- CALL_STACK_TIMEOUT: '1800'
+ CALL_STACK_TIMEOUT: '600'
CPUS: '8'
DUNIT_PARALLEL_FORKS: '4'
- EXECUTE_TEST_TIMEOUT: 10m
+ EXECUTE_TEST_TIMEOUT: 20m
GRADLE_TASK: build
PARALLEL_DUNIT: 'false'
PARALLEL_GRADLE: 'false'