From f2dfe96d177a45bd67e8846b5e008eae9facdd3d Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 23 Oct 2018 14:06:36 +0000 Subject: wercker.yml: profile slow tests git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- wercker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wercker.yml') 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"' -- cgit v1.2.3