Skip to content

Commit

Permalink
LRQA-56119 Increase timeout for Elasticsearch startup
Browse files Browse the repository at this point in the history
  • Loading branch information
xbrianlee authored and brianchandotcom committed Mar 24, 2020
1 parent 7fdf464 commit 879f769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-test-elasticsearch6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ xpack.monitoring.collection.enabled: true</echo>
<lstopwatch action="total" name="start.elasticsearch" />
</then>
<else>
<waitfor maxwait="30" maxwaitunit="second" timeoutproperty="elasticsearch.server.not.started">
<waitfor maxwait="120" maxwaitunit="second" timeoutproperty="elasticsearch.server.not.started">
<http url="http://localhost:9200/" />
</waitfor>

Expand Down
2 changes: 1 addition & 1 deletion build-test-elasticsearch7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ xpack.monitoring.collection.enabled: true</echo>
<lstopwatch action="total" name="start.elasticsearch" />
</then>
<else>
<waitfor maxwait="30" maxwaitunit="second" timeoutproperty="elasticsearch.server.not.started">
<waitfor maxwait="120" maxwaitunit="second" timeoutproperty="elasticsearch.server.not.started">
<http url="http://localhost:9200/" />
</waitfor>

Expand Down

0 comments on commit 879f769

Please sign in to comment.