summaryrefslogtreecommitdiff
path: root/wercker.yml
diff options
context:
space:
mode:
Diffstat (limited to 'wercker.yml')
-rw-r--r--wercker.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/wercker.yml b/wercker.yml
index 9e74b6f479..b907a1ddf6 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -58,9 +58,13 @@ test-mjit-wait:
- script:
name: make test (JIT wait)
code: /usr/bin/sudo -H -u test -- make test RUN_OPTS="--disable-gems --jit-wait --jit-warnings"
+ # split test-all to 2 steps to loosen timeout
- script:
- name: make test-all (JIT wait)
- code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTOPTS="--color=never --job-status=normal --longest 10 --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker"
+ name: make test-all1 (JIT wait)
+ code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTS="test/ruby/ test/testunit/" TESTOPTS="--color=never --job-status=normal --longest 10 --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker"
+ - script:
+ name: make test-all2 (JIT wait)
+ code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit-wait --jit-warnings" TESTOPTS="--exclude test/ruby/ --exclude test/testunit/ --color=never --job-status=normal --longest 10 --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker"
- script:
name: make test-spec (JIT wait)
code: /usr/bin/sudo -H -u test -- make test-spec RUN_OPTS="--disable-gems --jit-wait --jit-warnings"