Skip to content

Commit

Permalink
Merge pull request #31223 from def-/pr-canary-load-retry
Browse files Browse the repository at this point in the history
canary load: Retry frontegg auth
  • Loading branch information
def- authored Jan 29, 2025
2 parents 19a17fd + e17ed4c commit 86b9bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/canary-load/mzcompose.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def fetch_token(user_name: str, password: str) -> str:
password=password,
host="admin.cloud.materialize.com/frontegg",
scheme="https",
max_tries=1,
max_tries=10,
)


Expand Down

0 comments on commit 86b9bbc

Please sign in to comment.