Skip to content

Commit

Permalink
Set higher timeout for Elasticsearch/OpenSearch container startup
Browse files Browse the repository at this point in the history
Frequent I/O Errors we got lately seem to be related to that.
  • Loading branch information
gsmet committed Jul 22, 2022
1 parent e057fce commit 7f5b15f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<method>GET</method>
<status>200</status>
</http>
<time>20000</time>
<time>30000</time>
</wait>
</run>
</image>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<method>GET</method>
<status>200</status>
</http>
<time>20000</time>
<time>30000</time>
</wait>
</run>
</image>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/elasticsearch-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<method>GET</method>
<status>200</status>
</http>
<time>20000</time>
<time>30000</time>
</wait>
</run>
</image>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<method>GET</method>
<status>200</status>
</http>
<time>20000</time>
<time>30000</time>
</wait>
</run>
</image>
Expand Down Expand Up @@ -230,4 +230,4 @@

</profiles>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<method>GET</method>
<status>200</status>
</http>
<time>20000</time>
<time>30000</time>
</wait>
</run>
</image>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<method>GET</method>
<status>200</status>
</http>
<time>20000</time>
<time>30000</time>
</wait>
</run>
</image>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<method>GET</method>
<status>200</status>
</http>
<time>20000</time>
<time>30000</time>
</wait>
</run>
</image>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/hibernate-search-orm-opensearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<method>GET</method>
<status>200</status>
</http>
<time>20000</time>
<time>30000</time>
</wait>
</run>
</image>
Expand Down

0 comments on commit 7f5b15f

Please sign in to comment.