Skip to content

Commit 3861591

Browse files
authored
ITs sometimes time out on Mac OS/Windows (#2094)
1 parent 9126e4e commit 3861591

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
<properties>
2828
<tychoDefaultTestArgLine>-Xmx800m</tychoDefaultTestArgLine>
2929
<tycho.testArgLine>${tychoDefaultTestArgLine}</tycho.testArgLine>
30-
<surefire.timeout>900</surefire.timeout>
30+
<!-- timeout for ITs in seconds, applies to all ITs executed within a single forked process,
31+
https://tycho.eclipseprojects.io/doc/latest/tycho-surefire-plugin/plugin-test-mojo.html#forkedProcessTimeoutInSeconds -->
32+
<surefire.timeout>1500</surefire.timeout>
3133
<tycho.surefire.useUIHarness>true</tycho.surefire.useUIHarness>
3234
<tycho.surefire.useUIThread>true</tycho.surefire.useUIThread>
3335
<tycho.useJDK>SYSTEM</tycho.useJDK>

0 commit comments

Comments
 (0)