ruby-changes:56677
From: Takashi <ko1@a...>
Date: Sat, 27 Jul 2019 23:47:32 +0900 (JST)
Subject: [ruby-changes:56677] Takashi Kokubun: adf13625ae (master): Extend travis_wait to 50min for osx
https://git.ruby-lang.org/ruby.git/commit/?id=adf13625ae From adf13625aeb86961123911cba85c993417a5762a Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Sat, 27 Jul 2019 23:46:39 +0900 Subject: Extend travis_wait to 50min for osx but shorten --timeout-scale for now to avoid finishing with timeout if possible. timeout: https://travis-ci.org/ruby/ruby/jobs/564370175 diff --git a/.travis.yml b/.travis.yml index 3f85360..973d283 100644 --- a/.travis.yml +++ b/.travis.yml @@ -337,7 +337,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L337 <<: *osx env: - CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib - - TEST_ALL_OPTS="--timeout-scale=3.0 --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx --exclude test_gc_compact" + - TEST_ALL_OPTS="--timeout-scale=2.0 --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx --exclude test_gc_compact" - TEST_ALL_ISOLATED_TESTS="../test/ruby/test_gc_compact.rb" # Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727 - JOBS= @@ -480,7 +480,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L480 script: - $SETARCH make -s test TESTOPTS="${TESTOPTS=$JOBS -q --tty=no}" - - travis_wait 40 $SETARCH make -s test-all -o exts TESTOPTS="${TEST_ALL_OPTS=$TESTOPTS}" RUBYOPT="-w" + - travis_wait 50 $SETARCH make -s test-all -o exts TESTOPTS="${TEST_ALL_OPTS=$TESTOPTS}" RUBYOPT="-w" - |- if [ -n "${TEST_ALL_ISOLATED_TESTS}" ]; then $SETARCH make -s test-all -o exts TESTS="$TEST_ALL_ISOLATED_TESTS" RUBYOPT="-w" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/