Skip to content

Commit

Permalink
ci: update link test retries on 429
Browse files Browse the repository at this point in the history
Signed-off-by: Marco De Benedictis <[email protected]>
  • Loading branch information
mrcdb committed Jun 19, 2024
1 parent 46492cc commit 6a20778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/link-config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"aliveStatusCodes": [200,206,402],
"fallbackRetryDelay": "5s",
"fallbackRetryDelay": "10s",
"replacementPatterns": [
{
"pattern": "^/",
"replacement": "{{BASEURL}}/"
}
],
"retryCount": 3,
"retryCount": 5,
"retryOn429": true,
"timeout": "20s",
"httpHeaders": [
Expand Down

0 comments on commit 6a20778

Please sign in to comment.