aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index a25dc35..d3f66e8 100644
--- a/circle.yml
+++ b/circle.yml
@@ -13,7 +13,7 @@ dependencies:
test:
override:
- rm ~/.gitconfig # avoid url replacement breaking jgit
- - ./cbt direct test:
+ - ./cbt direct test.run:
timeout: 1800
- - ./cbt test:
+ - ./cbt test.run:
timeout: 1800