From 01304f1dade3f7ae835456f4167222512db032dc Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 3 Oct 2018 21:26:27 +0200 Subject: [PATCH] Increase timeout of Cirrus build task to 90 minutes This is a temporary workaround before decreasing duration. --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5