Skip to content

Commit d04fad9

Browse files
authored
[chore] Reduce fuzz time to 30s for PRs (#740)
1 parent 0ded706 commit d04fad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
while read -r package test;
3434
do
3535
echo "****** Starting bolero test for $package $test ******" 1>&2
36-
cargo bolero test -T 1min --package $package $test
36+
cargo bolero test -T 30s --package $package $test
3737
done
3838
popd

0 commit comments

Comments
 (0)