Skip to content

Commit

Permalink
[tests] Retry requests on HTTP 504 status code (#3726)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Mar 16, 2023
1 parent ddb35a0 commit 8fa4bb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variables.scope-priority-check=should be global
batch-1.variables.scope-priority-check=should be batch

# This property is used to test HTTP retry on service unavailability
http.service-unavailable-retry.status-codes=418
http.service-unavailable-retry.status-codes=418,504
http.service-unavailable-retry.max-retries=2

db.connection.csv-data.url=jdbc:relique:csv:classpath:data?separator=;&quoteStyle=C
Expand Down

0 comments on commit 8fa4bb1

Please sign in to comment.