Skip to content

Commit c3758fa

Browse files
committed
update number of runs to 500 for flakiness
1 parent b962e1f commit c3758fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flakiness.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ jobs:
8383
NO_BUILD_ONCE: '1'
8484
# HLS_TEST_EXE: 'hls' # HLS_WRAPPER_TEST_EXE: 'hls-wrapper'
8585
run: |
86-
# Run with a sensible default of 1000 iterations on PRs;
86+
# Run with a sensible default of 500 iterations on PRs;
8787
max_iter="${{ github.event.inputs.max_iter }}"
88-
max_iter="${max_iter:-1000}"
88+
max_iter="${max_iter:-500}"
8989
# copy hls to current dir so the script can find it
9090
HLS_TEST_EXE="$(cabal exec which hls)" bash scripts/flaky-test-loop.sh "${max_iter}"
9191
ec=$?

0 commit comments

Comments
 (0)