summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-27 21:34:34 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-27 21:34:35 +0900
commite3b613a66986306950fc69d426d947a349b9fc8b (patch)
tree673bd88f22d9d8925dd332bb38766dae3514667c /.travis.yml
parent73530a961918c4039a4c44865a89742b7b693a0b (diff)
Include travis osx timeout
for failures like https://travis-ci.org/ruby/ruby/jobs/564351066
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 11aab52851..3f85360c37 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -337,7 +337,7 @@ env:
<<: *osx
env:
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.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=