Skip to content

Commit

Permalink
[Travis] PPC64le: travis_wait 30
Browse files Browse the repository at this point in the history
Takes longer now w/o output to the terminal than the default
wait time of 10min.
https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
  • Loading branch information
ax3l committed Jul 27, 2023
1 parent 69565d7 commit 09a93e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ install:

script:
- cd src
- python3 -m cibuildwheel --output-dir ../wheelhouse
- travis_wait 30 python3 -m cibuildwheel --output-dir ../wheelhouse
- cd ..

deploy:
Expand Down

0 comments on commit 09a93e4

Please sign in to comment.