Skip to content

Commit 8022f95

Browse files
committed
changed partial-test retries to 3
1 parent ca0d6fe commit 8022f95

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/partial-test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
--grep=@scoped \
8181
--pass-with-no-tests \
8282
--global-timeout=3600000 \
83-
--max-failures=2
83+
--max-failures=2 \
84+
--retries=3
8485
env:
8586
DEBUG: true
8687
fast-e2e-test:
@@ -122,7 +123,8 @@ jobs:
122123
--pass-with-no-tests \
123124
--global-timeout=3600000 \
124125
--timeout=60000 \
125-
--max-failures=5
126+
--max-failures=5 \
127+
--retries=3
126128
env:
127129
DEBUG: true
128130
- name: Upload Test Results

0 commit comments

Comments
 (0)