Skip to content

Commit 54e9d65

Browse files
committed
chore: increase retry count
1 parent e0a8f78 commit 54e9d65

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ tests:
629629
category: auth
630630
sample_name: [mfa]
631631
spec: sign-in-resumable-mfa
632-
retry_count: 3
632+
retry_count: 5
633633
browser: *minimal_browser_list
634634
env:
635635
NEXT_PUBLIC_BACKEND_CONFIG: resum-signin
@@ -914,7 +914,7 @@ tests:
914914
category: auth
915915
sample_name: [mfa]
916916
spec: mfa-req-email
917-
retry_count: 3
917+
retry_count: 5
918918
browser: *minimal_browser_list
919919
env:
920920
NEXT_PUBLIC_BACKEND_CONFIG: mfa-req-email
@@ -924,7 +924,7 @@ tests:
924924
category: auth
925925
sample_name: [mfa]
926926
spec: mfa-req-phone
927-
retry_count: 3
927+
retry_count: 5
928928
browser: *minimal_browser_list
929929
env:
930930
NEXT_PUBLIC_BACKEND_CONFIG: mfa-req-phone
@@ -934,7 +934,7 @@ tests:
934934
category: auth
935935
sample_name: [mfa]
936936
spec: mfa-opt-email
937-
retry_count: 3
937+
retry_count: 5
938938
browser: *minimal_browser_list
939939
env:
940940
NEXT_PUBLIC_BACKEND_CONFIG: mfa-opt-email
@@ -944,7 +944,7 @@ tests:
944944
category: auth
945945
sample_name: [mfa]
946946
spec: mfa-opt-phone
947-
retry_count: 3
947+
retry_count: 5
948948
browser: *minimal_browser_list
949949
env:
950950
NEXT_PUBLIC_BACKEND_CONFIG: mfa-opt-phone
@@ -954,7 +954,7 @@ tests:
954954
category: auth
955955
sample_name: [mfa]
956956
spec: mfa-setup
957-
retry_count: 3
957+
retry_count: 5
958958
browser: *minimal_browser_list
959959
env:
960960
NEXT_PUBLIC_BACKEND_CONFIG: mfa-setup
@@ -1020,7 +1020,7 @@ tests:
10201020
category: auth
10211021
sample_name: [mfa]
10221022
spec: refresh-token-auth
1023-
retry_count: 3
1023+
retry_count: 5
10241024
browser: *minimal_browser_list
10251025
env:
10261026
NEXT_PUBLIC_BACKEND_CONFIG: misc-tokenref

0 commit comments

Comments
 (0)