Skip to content

Commit 4d31764

Browse files
HannesWelliloveeclipse
authored andcommitted
[Build] Set extended timeout for long running jdt.core tests
Set the following extended timeouts - for org.eclipse.jdt.core.tests.compiler to 90min (usually runs ~45min) - for org.eclipse.jdt.core.tests.model to 30min (usually runs ~15min) This extends the general timeout, which could be too strict in this case and is introduced via - eclipse-platform/eclipse.platform.releng.aggregator#3427
1 parent 287e82f commit 4d31764

File tree

2 files changed

+2
-1
lines changed
  • org.eclipse.jdt.core.tests.compiler
  • org.eclipse.jdt.core.tests.model

2 files changed

+2
-1
lines changed

org.eclipse.jdt.core.tests.compiler/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
<properties>
2626
<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
27+
<surefire.timeout>5400</surefire.timeout><!-- timeout in seconds -->
2728
</properties>
2829

2930
<build>

org.eclipse.jdt.core.tests.model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<properties>
2626
<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
2727
<jitExclusion>-XX:CompileCommand=exclude,org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer::getExtendedRange</jitExclusion>
28-
28+
<surefire.timeout>1800</surefire.timeout><!-- timeout in seconds -->
2929
</properties>
3030

3131
<build>

0 commit comments

Comments
 (0)