diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-10-03 21:26:27 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-10-04 20:20:56 +0200 |
commit | 01304f1dade3f7ae835456f4167222512db032dc (patch) | |
tree | 06bbf6ec8b259fdb77bbd2c23d71a720848e8913 /.cirrus.yml | |
parent | c664336fcfb841ec8f45394abf3bc41b86abf00e (diff) | |
download | sonarqube-01304f1dade3f7ae835456f4167222512db032dc.tar.gz sonarqube-01304f1dade3f7ae835456f4167222512db032dc.zip |
Increase timeout of Cirrus build task to 90 minutes
This is a temporary workaround before decreasing duration.
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 2ba309e7057..4f00b18d04c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -34,6 +34,7 @@ env: build_task: only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master" auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' && $CIRRUS_BRANCH != 'dogfood-on-next' + timeout_in: 90m gke_container: image: gradle:4.10.1-jdk8 cluster_name: cirrus-cluster |