Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon committed Sep 26, 2022
1 parent d3010a7 commit d23033b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<packaging>pom</packaging>
<properties>
<tycho.version>2.7.5</tycho.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho.extras.version>${tycho.version}</tycho.extras.version>
<eclipse.p2.repo>https://download.eclipse.org/releases/2022-09</eclipse.p2.repo>
<m2e.p2.repo>https://download.eclipse.org/technology/m2e/releases/2.0.5/</m2e.p2.repo>
Expand Down Expand Up @@ -54,7 +55,6 @@
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<useUIHarness>true</useUIHarness>
<argLine>${tycho.test.jvmArgs}</argLine>
<!-- kill test JVM if tests take more than 1 minute (60 seconds) to finish -->
<forkedProcessTimeoutInSeconds>60</forkedProcessTimeoutInSeconds>
Expand Down

0 comments on commit d23033b

Please sign in to comment.