We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b962e1f commit c3758faCopy full SHA for c3758fa
.github/workflows/flakiness.yml
@@ -83,9 +83,9 @@ jobs:
83
NO_BUILD_ONCE: '1'
84
# HLS_TEST_EXE: 'hls' # HLS_WRAPPER_TEST_EXE: 'hls-wrapper'
85
run: |
86
- # Run with a sensible default of 1000 iterations on PRs;
+ # Run with a sensible default of 500 iterations on PRs;
87
max_iter="${{ github.event.inputs.max_iter }}"
88
- max_iter="${max_iter:-1000}"
+ max_iter="${max_iter:-500}"
89
# copy hls to current dir so the script can find it
90
HLS_TEST_EXE="$(cabal exec which hls)" bash scripts/flaky-test-loop.sh "${max_iter}"
91
ec=$?
0 commit comments