aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-10 00:27:02 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-10 00:30:52 -0500
commitf5e653e033e468c58e8a832e0dce3a7020a66ce4 (patch)
treeffd41ecd3b080a9650181edc8fa0acca504c412d /circle.yml
parentc293f196d8555fa446b1276eb21857093a7ccefd (diff)
downloadcbt-f5e653e033e468c58e8a832e0dce3a7020a66ce4.tar.gz
cbt-f5e653e033e468c58e8a832e0dce3a7020a66ce4.tar.bz2
cbt-f5e653e033e468c58e8a832e0dce3a7020a66ce4.zip
increase circle timeout for tests to 30 minutes
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index 9de5b42..a25dc35 100644
--- a/circle.yml
+++ b/circle.yml
@@ -13,5 +13,7 @@ dependencies:
test:
override:
- rm ~/.gitconfig # avoid url replacement breaking jgit
- - ./cbt direct test
- - ./cbt test
+ - ./cbt direct test:
+ timeout: 1800
+ - ./cbt test:
+ timeout: 1800