summaryrefslogtreecommitdiff
path: root/wercker.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-23 14:06:36 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-23 14:06:36 +0000
commitf2dfe96d177a45bd67e8846b5e008eae9facdd3d (patch)
tree1cc31b188cc0b99e1a5c7061fd7dffd83f3c2414 /wercker.yml
parentc258b5cf53846c1e27ea07eaa532dbd3c7c4237d (diff)
wercker.yml: profile slow tests
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wercker.yml')
-rw-r--r--wercker.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wercker.yml b/wercker.yml
index 564fddf0eb..63f85728a9 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -28,10 +28,10 @@ build:
# split test-all to 2 steps to loosen timeout
- script:
name: make test-all1 (JIT) # only: test/ruby/
- code: /usr/bin/sudo -H -u test -- bash -c 'make test-all TESTS="test/ruby/" TESTOPTS="--color=never --job-status=normal" RUN_OPTS="--disable-gems --jit-wait --jit-warnings"'
+ code: /usr/bin/sudo -H -u test -- bash -c 'make test-all TESTS="test/ruby/" TESTOPTS="--color=never --job-status=normal --longest 10" RUN_OPTS="--disable-gems --jit-wait --jit-warnings"'
- script:
name: make test-all2 (JIT) # except: test/ruby/
- code: /usr/bin/sudo -H -u test -- bash -c 'make test-all TESTOPTS="--exclude test/ruby/ --color=never --job-status=normal" RUN_OPTS="--disable-gems --jit-wait --jit-warnings"'
+ code: /usr/bin/sudo -H -u test -- bash -c 'make test-all TESTOPTS="--exclude test/ruby/ --color=never --job-status=normal --longest 10" RUN_OPTS="--disable-gems --jit-wait --jit-warnings"'
- script:
name: make test-spec (JIT)
code: /usr/bin/sudo -H -u test -- bash -c 'make test-spec RUN_OPTS="--disable-gems --jit-wait --jit-warnings"'