Skip to content

Commit

Permalink
Merge pull request #33103 from Sanne/LogStashOnPodman
Browse files Browse the repository at this point in the history
Allow for a larger timeout for the Logging-Gelf integration tests
  • Loading branch information
gsmet authored May 4, 2023
2 parents 0f161ea + d484654 commit 998ff4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/logging-gelf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<log>
<prefix>Logstash:</prefix>
<date>default</date>
<color>cyan</color>
<color>magenta</color>
</log>
<volumes>
<bind>
Expand All @@ -213,7 +213,7 @@
<status>200</status>
</http>
<!-- Starting the pipeline can be long as it needs to communicate with Elasticsearch -->
<time>45000</time>
<time>90000</time>
</wait>
<dependsOn>
<container>elasticsearch</container>
Expand Down

0 comments on commit 998ff4c

Please sign in to comment.