Skip to content

Commit 92756fd

Browse files
committed
chore: reduce nightly unit test iteration count
1 parent e881df5 commit 92756fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_repeated_unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
scheme: ${{ matrix.scheme }}
3838
timeout-minutes: 50
3939
generate_coverage_report: false
40-
test_iterations_flags: -test-iterations 100 -run-tests-until-failure
40+
test_iterations_flags: -test-iterations 25 -run-tests-until-failure

0 commit comments

Comments
 (0)