ruby-changes:52973
From: k0kubun <ko1@a...>
Date: Sat, 20 Oct 2018 10:00:43 +0900 (JST)
Subject: [ruby-changes:52973] k0kubun:r65187 (trunk): appveyor.yml: increase timeout for mswin
k0kubun 2018-10-20 10:00:37 +0900 (Sat, 20 Oct 2018) New Revision: 65187 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65187 Log: appveyor.yml: increase timeout for mswin because https://ci.appveyor.com/project/ruby/ruby/builds/19643041/job/jlqs65wsvoqdguj0 failed with timeout on vs140 Modified files: trunk/appveyor.yml Index: appveyor.yml =================================================================== --- appveyor.yml (revision 65186) +++ appveyor.yml (revision 65187) @@ -92,9 +92,9 @@ 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 --exclude win32ole --exclude test_syntax --exclude test_open-uri" test-all + - nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=3.0 --exclude win32ole --exclude test_syntax --exclude test_open-uri" test-all # separately execute tests that may crash worker without -j. - - nmake -l "TESTOPTS=-q --subprocess-timeout-scale=1.5" test-all TESTS="../test/win32ole ../test/ruby/test_syntax.rb ../test/open-uri/test_open-uri.rb" + - nmake -l "TESTOPTS=-q --subprocess-timeout-scale=3.0" test-all TESTS="../test/win32ole ../test/ruby/test_syntax.rb ../test/open-uri/test_open-uri.rb" - nmake -l test-spec MSPECOPT=-fs - matrix: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/