Skip to content

Increase surefire timeout for the org.eclipse.ui.tests bundle#4114

Merged
vogella merged 1 commit into
eclipse-platform:masterfrom
vogella:lv/ui-tests-increase-surefire-timeout
Jun 18, 2026
Merged

Increase surefire timeout for the org.eclipse.ui.tests bundle#4114
vogella merged 1 commit into
eclipse-platform:masterfrom
vogella:lv/ui-tests-increase-surefire-timeout

Conversation

@vogella

@vogella vogella commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

The org.eclipse.ui.tests suite runs in about 7 minutes on Linux but roughly three times slower on the GitHub macOS runners, where it exceeds the inherited 1200s surefire.timeout. The forked test VM is then killed (exit 143) while the suite is almost finished, which currently shows up as a recurring macOS CI failure on master unrelated to any individual test.

This raises surefire.timeout to 1800s for just this bundle via the Tycho pomless pom.model.property mechanism in build.properties, giving the slower macOS runner enough headroom to complete.

The org.eclipse.ui.tests suite runs in about 7 minutes on Linux but
roughly three times slower on the GitHub macOS runners, where it exceeds
the inherited surefire.timeout of 1200s. The forked test VM is then killed
(exit 143) while the suite is almost finished, which shows up as a
recurring macOS CI failure on master that is unrelated to any individual
test.

Raise surefire.timeout to 1800s for this bundle through the Tycho pomless
pom.model.property mechanism in build.properties, giving the slower macOS
runner enough headroom to complete.
@github-actions

Copy link
Copy Markdown
Contributor

Test Results

   855 files     855 suites   52m 38s ⏱️
 8 077 tests  7 834 ✅ 243 💤 0 ❌
20 133 runs  19 479 ✅ 654 💤 0 ❌

Results for commit 7eb5adc.

@vogella

vogella commented Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Merging to prevent other PR validation to time out as for example #4113

@vogella vogella merged commit 1d59964 into eclipse-platform:master Jun 18, 2026
18 checks passed
@vogella vogella deleted the lv/ui-tests-increase-surefire-timeout branch June 18, 2026 06:59
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