Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
refactor(maven): increase the test time budget
Browse files Browse the repository at this point in the history
This increases the time budget for running individual tests from 30s to
120s in an effort to allow the tests to run on the _internal_ (hosted on
openshiftapps.com) Jenkins.
  • Loading branch information
zregvart committed May 28, 2017
1 parent 7a899ce commit 73fc73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -97,6 +97,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<basepom.test.timeout>120</basepom.test.timeout>

<syndesis-connectors.version>0.4.4</syndesis-connectors.version>

Expand Down

0 comments on commit 73fc73b

Please sign in to comment.