Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/org.eclipse.ui.tests/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ src.includes = about.html
# Maven properties, see https://github.com/eclipse/tycho/wiki/Tycho-Pomless
pom.model.property.testClass = org.eclipse.ui.tests.UiTestSuite
pom.model.property.defaultSigning-excludeInnerJars = true
# This suite runs ~7 min on Linux but ~3x slower on the macOS CI runners, where it
# exceeds the inherited 1200s surefire.timeout and the forked test VM is killed.
pom.model.property.surefire.timeout = 1800
Loading