Skip to content

Commit

Permalink
ci(test): decrease fuzz runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 5, 2023
1 parent 98635ad commit 56e8412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
type: ["slow", "fast"]
include:
- type: "slow"
fuzz-runs: 100000
max-test-rejects: 500000
fuzz-runs: 32768
max-test-rejects: 1048576
invariant-runs: 64
invariant-depth: 1024
- type: "fast"
Expand Down

0 comments on commit 56e8412

Please sign in to comment.