summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2024-02-16 09:44:11 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2024-02-16 09:44:12 -0800
commit6084adbc6fc8a8ee557156214a3c216072b72748 (patch)
tree9a358fc408821e22b4e82c5a678f4ae17e908100
parent8414c26f0d858d343686825e58afa323fe90f4a2 (diff)
Use travis_wait for test-spec as well
rubyspec seems very slow or getting stuck on s390-linux. https://app.travis-ci.com/github/ruby/ruby/jobs/617916019 No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 741c0a32ef..c764cd0499 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -135,7 +135,7 @@ before_script:
script:
- $SETARCH make -s test
- ../tool/travis_wait.sh $SETARCH make -s test-all RUBYOPT="-w"
- - $SETARCH make -s test-spec
+ - ../tool/travis_wait.sh $SETARCH make -s test-spec
# We want to be notified when something happens.
notifications: