Skip to content

Commit

Permalink
Use travis_wait for test-spec as well
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
k0kubun committed Feb 16, 2024
1 parent 8414c26 commit 6084adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 6084adb

Please sign in to comment.