Skip to content

Commit 989fc2d

Browse files
committed
appveyor.yml: increase timeout for vs
because `TestThreadQueue#test_queue_with_trap` is too unstable especially on vs140. https://ci.appveyor.com/project/ruby/ruby/build/9731/job/sevjm9lrmssg4dub Increasing timeout may not fix the issue, but let me test this first to check if it's true or not. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 2b610ec commit 989fc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ for:
9292
- set /a JOBS=%NUMBER_OF_PROCESSORS%
9393
- nmake -l "TESTOPTS=-v -q" btest
9494
- nmake -l "TESTOPTS=-v -q" test-basic
95-
- nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=1.5" test-all RUBY_FORCE_TEST_JIT=1
95+
- nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=3.0" test-all RUBY_FORCE_TEST_JIT=1
9696
- nmake -l test-spec
9797
-
9898
matrix:

0 commit comments

Comments
 (0)