From fd63a5c52cf0d808f5e1f8cbd3a4b6812e239a0e Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 23 Oct 2018 16:49:55 +0000 Subject: wercker.yml: increase timeout scale mainly for test-mjit. TestThreadQueue#test_queue_with_trap timed out with 10s. https://app.wercker.com/ruby/ruby/runs/test-mjit/5bcf4b5c9065740006f790ca?step=5bcf4b9787436a000648fbb7 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65339 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 740bb896aa..a7f3f1ac9c 100644 --- a/wercker.yml +++ b/wercker.yml @@ -27,7 +27,7 @@ test-mjit: code: /usr/bin/sudo -H -u test -- make test RUN_OPTS="--disable-gems --jit --jit-warnings" - script: name: make test-all (JIT) - code: /usr/bin/sudo -H -u test -- make test-all TESTOPTS="--color=never --job-status=normal --longest 10" RUN_OPTS="--disable-gems --jit --jit-warnings" + code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit --jit-warnings" TESTOPTS="--color=never --job-status=normal --longest 10 --subprocess-timeout-scale=3.0" - script: name: make test-spec (JIT) code: /usr/bin/sudo -H -u test -- make test-spec RUN_OPTS="--disable-gems --jit --jit-warnings" @@ -60,7 +60,7 @@ test-mjit-wait: code: /usr/bin/sudo -H -u test -- make test RUN_OPTS="--disable-gems --jit-wait --jit-warnings" - script: name: make test-all (JIT wait) - code: /usr/bin/sudo -H -u test -- make test-all TESTOPTS="--color=never --job-status=normal --longest 10" RUN_OPTS="--disable-gems --jit-wait --jit-warnings" + 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" - 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" -- cgit v1.2.3