Skip to content

[MINOR][CI] Raise Java test job timeout to 60 minutes#2488

Open
Baunsgaard wants to merge 1 commit into
apache:mainfrom
Baunsgaard:ci/increase-java-test-timeout
Open

[MINOR][CI] Raise Java test job timeout to 60 minutes#2488
Baunsgaard wants to merge 1 commit into
apache:mainfrom
Baunsgaard:ci/increase-java-test-timeout

Conversation

@Baunsgaard

Copy link
Copy Markdown
Contributor

The component.c** suite cannot finish within the 30-minute GitHub Actions job cap. The cap cancels the whole job before surefire's per-fork timeout (test-forkedProcessTimeout, 600s) can kill hung forks and run the remaining tests in the suite.

Raise the job cap to 60 minutes so surefire's kill-and-continue has room to complete the suite instead of GitHub Actions cancelling the job mid-run.

The component.c** suite cannot finish within the 30-minute GitHub
Actions job cap. The cap cancels the whole job before surefire's
per-fork timeout (test-forkedProcessTimeout, 600s) can kill hung forks
and run the remaining tests in the suite.

Raise the job cap to 60 minutes so surefire's kill-and-continue has
room to complete the suite instead of GitHub Actions cancelling the job
mid-run.
@github-project-automation github-project-automation Bot moved this to In Progress in SystemDS PR Queue Jun 11, 2026
@Baunsgaard Baunsgaard changed the title Raise Java test job timeout to 60 minutes [MINOR][CI] Raise Java test job timeout to 60 minutes Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

1 participant