aboutsummaryrefslogtreecommitdiffstats
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 73b087e..25e1f13 100644
--- a/circle.yml
+++ b/circle.yml
@@ -17,5 +17,5 @@ dependencies:
test:
override:
- - source $HOME/erlang/OTP-18.0.2/activate && make check:
- timeout: 7200
+ - source $HOME/erlang/OTP-18.0.2/activate && make -j 32 -k check:
+ - source $HOME/erlang/OTP-18.0.2/activate && make -j 32 -k check LEGACY=1: