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

GitHub actions terminate at 26 minutes? #48

Open
cmeiklejohn opened this issue Jan 30, 2023 · 0 comments
Open

GitHub actions terminate at 26 minutes? #48

cmeiklejohn opened this issue Jan 30, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@cmeiklejohn
Copy link
Contributor

For some reason, if an action in GitHub actions is running for 60 minutes (e.g., ./gradlew test), the action is cancelled. This caused the last week of CI to basically skip the remaining tests and not run the full suite. To address, I split out the suite into different files (i.e., unit, integration, functional.). However, it's unclear why this is happening since the gradle task is set at a timeout of 60 minutes, and the GitHub action is set to 100 minutes. It appears it's happening somewhere inside of junit or gradle because it's causing the tests to actually be skipped.

@cmeiklejohn cmeiklejohn added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant