From 7c028dd3e58f9116a36f337622de60feb23a79cb Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Sun, 2 Oct 2016 23:36:16 +0200 Subject: [PATCH] Increase CircleCI timeout to 30 min --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 0361c91b2..fdc00c211 100644 --- a/circle.yml +++ b/circle.yml @@ -17,4 +17,4 @@ dependencies: test: override: - ./gradlew assembleDebug -PdisablePreDex: - timeout: 900 + timeout: 1800