[前][次][番号順一覧][スレッド一覧]

ruby-changes:56675

From: Takashi <ko1@a...>
Date: Sat, 27 Jul 2019 21:45:33 +0900 (JST)
Subject: [ruby-changes:56675] Takashi Kokubun: e3b613a669 (master): Include travis osx timeout

https://git.ruby-lang.org/ruby.git/commit/?id=e3b613a669

From e3b613a66986306950fc69d426d947a349b9fc8b Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sat, 27 Jul 2019 21:34:34 +0900
Subject: Include travis osx timeout

for failures like https://travis-ci.org/ruby/ruby/jobs/564351066

diff --git a/.travis.yml b/.travis.yml
index 11aab52..3f85360 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="--tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx --exclude test_gc_compact"
+      - TEST_ALL_OPTS="--timeout-scale=3.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=
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]