Skip to content

Commit

Permalink
Raise timeout for starting Elasticsearch in integration-tests/elastic…
Browse files Browse the repository at this point in the history
…search-java-client

Seems like we had raised the timeout everywhere else, but forgot to do
it there.
  • Loading branch information
yrodiere committed Aug 16, 2023
1 parent 0f1f98c commit bbccb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/elasticsearch-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<method>GET</method>
<status>200</status>
</http>
<time>20000</time>
<time>30000</time>
</wait>
</run>
</image>
Expand Down

0 comments on commit bbccb84

Please sign in to comment.