Skip to content

Commit

Permalink
GEODE-7064: Increase timeout to 30m for UnitTest Execute Tests task (a…
Browse files Browse the repository at this point in the history
…pache#3900)

* GEODE-7064: Increase timeout to 30m for UnitTest Execute Tests task
  • Loading branch information
mcmellawatt authored and onichols-pivotal committed Aug 9, 2019
1 parent dd15fec commit c2940cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pipelines/shared/jinja.variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c2940cb

Please sign in to comment.