Skip to content

Commit

Permalink
HSEARCH-2434 Raise the timeout to launch ES in tests
Browse files Browse the repository at this point in the history
Our CI seems to be too slow: 30s isn't enough.
  • Loading branch information
yrodiere committed Mar 21, 2017
1 parent c30daa9 commit 37bf023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1585,6 +1585,7 @@ org.jboss.logging.BasicLogger#debugf(java.lang.Throwable, java.lang.String, long
<version>${testElasticsearchMavenPluginVersion}</version>
<configuration>
<version>${testElasticsearchVersion}</version>
<timeout>90</timeout><!-- Make it work on our slow CI -->
</configuration>
<dependencies>
<!-- The next two are used to get ES log output into the Maven console -->
Expand Down

0 comments on commit 37bf023

Please sign in to comment.