Skip to content

Commit 31c3d3c

Browse files
committed
Drop verifier fuzzer test to 15 mins
Same as the bpf2c fuzzer. This removes 15 mins from the long pole for CI/CD. Signed-off-by: Dave Thaler <[email protected]>
1 parent b1e5b2e commit 31c3d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
uses: ./.github/workflows/reusable-test.yml
188188
with:
189189
name: verifier_fuzzer
190-
test_command: .\verifier_fuzzer.exe verifier_corpus -use_value_profile=1 -max_total_time=1800 -artifact_prefix=Artifacts\
190+
test_command: .\verifier_fuzzer.exe verifier_corpus -use_value_profile=1 -max_total_time=900 -artifact_prefix=Artifacts\
191191
build_artifact: Build-x64-fuzzer
192192
environment: windows-2019
193193
code_coverage: false

0 commit comments

Comments
 (0)