From e3b613a66986306950fc69d426d947a349b9fc8b Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 27 Jul 2019 21:34:34 +0900 Subject: [PATCH] Include travis osx timeout for failures like https://travis-ci.org/ruby/ruby/jobs/564351066 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=