This is an automated email from the ASF dual-hosted git repository.
dhemery 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 602f99cf99 GEODE-10302: Increase call stack timeout for upgrade tests
(#7691)
602f99cf99 is described below
commit 602f99cf99e630645021e630a4f27ef82e4f11eb
Author: Dale Emery <[email protected]>
AuthorDate: Fri May 13 14:31:17 2022 -0700
GEODE-10302: Increase call stack timeout for upgrade tests (#7691)
To be 3h45m, 15 minutes shy of the newly increased task timeout.
---
ci/pipelines/shared/jinja.variables.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/pipelines/shared/jinja.variables.yml
b/ci/pipelines/shared/jinja.variables.yml
index 18f183b14b..08dbb30f3e 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -141,7 +141,7 @@ tests:
RAM: '90'
name: integration
- ARTIFACT_SLUG: upgradetestfiles
- CALL_STACK_TIMEOUT: '8400'
+ CALL_STACK_TIMEOUT: '13500'
CPUS: '96'
DISK: '200GB'
DUNIT_PARALLEL_FORKS: '48'