summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2016-10-02 20:11:21 +0200
committerGitHub <noreply@github.com>2016-10-02 20:11:21 +0200
commit3fcd3e062a711568189e01a20d1df911d9b68312 (patch)
treed2868375e4cb38bc1be18c59b4dbce593b572f86 /circle.yml
parent4a1e728ac519d686f738aa1875802f6221b564c3 (diff)
downloadAntennaPod-3fcd3e062a711568189e01a20d1df911d9b68312.zip
Raise CircleCI test timeout
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 7e4f735b5..3df0a2bec 100644
--- a/circle.yml
+++ b/circle.yml
@@ -16,4 +16,5 @@ dependencies:
test:
override:
- - ./gradlew assembleDebug -PdisablePreDex \ No newline at end of file
+ - ./gradlew assembleDebug -PdisablePreDex
+ timeout: 900