WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0673205

Browse files
committed
chore: adjust retry count for tests
1 parent 7cd55d5 commit 0673205

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/integ-config/integ-all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ tests:
633633
category: auth
634634
sample_name: [custom-auth]
635635
spec: custom-auth
636-
retry_count: 5
636+
retry_count: 10
637637
browser: *minimal_browser_list
638638
- test_name: integ_next_auth_sign_in_with_sms_mfa
639639
desc: 'Resumable sign in with SMS MFA flow'
@@ -972,7 +972,7 @@ tests:
972972
category: auth
973973
sample_name: [mfa]
974974
spec: mfa-setup
975-
retry_count: 5
975+
retry_count: 10
976976
browser: *minimal_browser_list
977977
env:
978978
NEXT_PUBLIC_BACKEND_CONFIG: mfa-setup
@@ -1044,7 +1044,7 @@ tests:
10441044
category: auth
10451045
sample_name: [mfa]
10461046
spec: refresh-token-auth
1047-
retry_count: 5
1047+
retry_count: 10
10481048
browser: *minimal_browser_list
10491049
env:
10501050
NEXT_PUBLIC_BACKEND_CONFIG: misc-tokenref

0 commit comments

Comments
 (0)