Skip to content

Commit 86b9bbc

Browse files
authored
Merge pull request #31223 from def-/pr-canary-load-retry
canary load: Retry frontegg auth
2 parents 19a17fd + e17ed4c commit 86b9bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/canary-load/mzcompose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def fetch_token(user_name: str, password: str) -> str:
158158
password=password,
159159
host="admin.cloud.materialize.com/frontegg",
160160
scheme="https",
161-
max_tries=1,
161+
max_tries=10,
162162
)
163163

164164

0 commit comments

Comments
 (0)