Skip to content

Commit 6cb18c8

Browse files
committed
fixup! fixup! changed partial-test retries to 3
1 parent cf63f28 commit 6cb18c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/partial-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ jobs:
123123
--pass-with-no-tests \
124124
--global-timeout=3600000 \
125125
--timeout=60000 \
126-
--max-failures=5
126+
--max-failures=5 \
127+
--retries=3
127128
env:
128129
DEBUG: true
129130
- name: Upload Test Results

0 commit comments

Comments
 (0)