ruby-changes:52628
From: k0kubun <ko1@a...>
Date: Wed, 26 Sep 2018 02:26:38 +0900 (JST)
Subject: [ruby-changes:52628] k0kubun:r64840 (trunk): appveyor.yml: increase timeout for vs
k0kubun 2018-09-26 02:26:34 +0900 (Wed, 26 Sep 2018) New Revision: 64840 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64840 Log: 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. Modified files: trunk/appveyor.yml Index: appveyor.yml =================================================================== --- appveyor.yml (revision 64839) +++ appveyor.yml (revision 64840) @@ -92,7 +92,7 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L92 - set /a JOBS=%NUMBER_OF_PROCESSORS% - nmake -l "TESTOPTS=-v -q" btest - nmake -l "TESTOPTS=-v -q" test-basic - - nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=1.5" test-all RUBY_FORCE_TEST_JIT=1 + - nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=3.0" test-all RUBY_FORCE_TEST_JIT=1 - nmake -l test-spec - matrix: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/