From 1346ab59395e262486d42a24406ef9d942c90962 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sat, 11 Mar 2017 16:47:42 -0500 Subject: ability to only enable slow tests on demand (e.g. on circle) --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'circle.yml') 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 -- cgit v1.2.3