We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e5b2e commit 31c3d3cCopy full SHA for 31c3d3c
.github/workflows/cicd.yml
@@ -187,7 +187,7 @@ jobs:
187
uses: ./.github/workflows/reusable-test.yml
188
with:
189
name: verifier_fuzzer
190
- test_command: .\verifier_fuzzer.exe verifier_corpus -use_value_profile=1 -max_total_time=1800 -artifact_prefix=Artifacts\
+ test_command: .\verifier_fuzzer.exe verifier_corpus -use_value_profile=1 -max_total_time=900 -artifact_prefix=Artifacts\
191
build_artifact: Build-x64-fuzzer
192
environment: windows-2019
193
code_coverage: false
0 commit comments