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

Travis jobs for scala/scala timing out frequently #726

Closed
NthPortal opened this issue Oct 21, 2020 · 4 comments
Closed

Travis jobs for scala/scala timing out frequently #726

NthPortal opened this issue Oct 21, 2020 · 4 comments

Comments

@NthPortal
Copy link

I've noticed Travis jobs for scala/scala timing out frequently, perhaps as much as 1 in 3 times. Is there anything we can do to either get our time limit raised, or to split the main job up into smaller parts that take less time?

@SethTisue
Copy link
Member

SethTisue commented Oct 22, 2020

or just (“just”) switch to GitHub Actions (#508)

@NthPortal
Copy link
Author

Do GitHub Actions not have time limits? I'm not super familiar with them

@dwijnand
Copy link
Member

dwijnand commented Nov 6, 2020

I think we're not seeing these any more as scala/scala#9268 made the jobs shorter (splitting the jobs). If they start happening again we're also going to migrate from travis-ci.org to travis-ci.com (#728) and we might even migrate off of Travis CI entirely (#507).

@dwijnand dwijnand closed this as completed Nov 6, 2020
@xuwei-k
Copy link
Contributor

xuwei-k commented Nov 23, 2020

Do GitHub Actions not have time limits?

https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes

The maximum number of minutes to let a job run before GitHub automatically cancels it. Default: 360

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants