Skip to content

Commit

Permalink
Attempt to fix issues on CI startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Feb 13, 2024
1 parent e54c962 commit a905e52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/support/api_umbrella_test_helpers/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def setup_server
client = OpenSearch::Client.new({
:adapter => :typhoeus,
:hosts => $config["opensearch"]["hosts"],
:retry_on_failure => 5,
:retry_on_status => [503],
})
LogItem.client = client

Expand Down

0 comments on commit a905e52

Please sign in to comment.