aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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