Skip to content

Commit 13befcf

Browse files
committed
Stabilize fuzz quality gates
1 parent 7296126 commit 13befcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: ./scripts/check_known_issues.sh
113113

114114
- name: Gate parser fuzz target
115-
run: go test ./vibes -run '^$' -fuzz=FuzzCompileScriptDoesNotPanic -fuzztime=5s
115+
run: go test ./vibes -run '^$' -fuzz=FuzzCompileScriptDoesNotPanic -fuzztime=10000x
116116

117117
- name: Gate runtime fuzz target
118-
run: go test ./vibes -run '^$' -fuzz=FuzzRuntimeEdgeCasesDoNotPanic -fuzztime=5s
118+
run: go test ./vibes -run '^$' -fuzz=FuzzRuntimeEdgeCasesDoNotPanic -fuzztime=10000x

0 commit comments

Comments
 (0)