Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal/build: prevent travis timeout during ppa upload #24589

Merged
merged 1 commit into from
Mar 25, 2022

Conversation

holiman
Copy link
Contributor

@holiman holiman commented Mar 25, 2022

Trying to solve travis timeout issues. They recommend https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received :

If you have a command that doesn’t produce output for more than 10 minutes, you can prefix it with travis_wait, a function that’s exported by our build environment. For example:

>    install: travis_wait mvn install

spawns a process running mvn install. travis_wait then writes a short line to the build log every minute for 20 minutes, extending the amount of time your command has to finish.

If you expect the command to take more than 20 minutes, prefix the command with travis_wait n where n is the number of minutes by which the waiting time is extended.

Seems a bit overkill ot install another dependency just to spit out message once per minute, so this PR does it internally instead.

@holiman holiman merged commit d1c243f into ethereum:master Mar 25, 2022
@holiman holiman added this to the 1.10.17 milestone Mar 25, 2022
sidhujag pushed a commit to syscoin/go-ethereum that referenced this pull request Apr 3, 2022
JacekGlen pushed a commit to JacekGlen/go-ethereum that referenced this pull request May 26, 2022
cp-wjhan pushed a commit to cp-yoonjin/go-wemix that referenced this pull request Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant