Skip to content

Commit

Permalink
ci: run each fuzz test for 10 seconds (#2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrubabasu authored Dec 13, 2023
1 parent f69d68f commit bf0cc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
check-latest: true
- name: fuzz_test
shell: bash
run: ./scripts/build_fuzz.sh 15 # Run each fuzz test 15 seconds
run: ./scripts/build_fuzz.sh 10 # Run each fuzz test 10 seconds
e2e:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bf0cc44

Please sign in to comment.