From: Sébastien Lesaint Date: Mon, 8 Oct 2018 14:19:51 +0000 (+0200) Subject: increase timeout of Cirrus task validate to 90m X-Git-Tag: 7.5~364 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c28c459828d57149e7bfe1f022b6fe13792c3d53;p=sonarqube.git increase timeout of Cirrus task validate to 90m --- diff --git a/.cirrus.yml b/.cirrus.yml index 66bde672491..b693d7d311f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -67,6 +67,7 @@ validate_task: depends_on: build 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: gcr.io/ci-cd-215716/sonar-enterprise-build:0.0.3 cluster_name: cirrus-cluster