aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-11 16:47:42 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-03-11 18:30:24 -0500
commit1346ab59395e262486d42a24406ef9d942c90962 (patch)
tree3292a3646a54ffae9dd5721c7390d6a12f5651d0 /circle.yml
parent0fcc91ebcd289784811a10c5bc901af644d5fc12 (diff)
downloadcbt-1346ab59395e262486d42a24406ef9d942c90962.tar.gz
cbt-1346ab59395e262486d42a24406ef9d942c90962.tar.bz2
cbt-1346ab59395e262486d42a24406ef9d942c90962.zip
ability to only enable slow tests on demand (e.g. on circle)
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 0a6f9d5..92b8983 100644
--- a/circle.yml
+++ b/circle.yml
@@ -13,7 +13,7 @@ dependencies:
test:
override:
- rm ~/.gitconfig # avoid url replacement breaking jgit
- - ./cbt direct test.run:
+ - ./cbt direct test.run slow:
timeout: 1800
- - ./cbt test.run:
+ - ./cbt test.run slow:
timeout: 1800