Skip to content

Commit

Permalink
ci: tone down fuzz runs
Browse files Browse the repository at this point in the history
It was taking 20 minutes for a single test run.
  • Loading branch information
danielattilasimon committed Nov 21, 2024
1 parent 7f3abac commit 19c5621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chain_id = 99
block_timestamp = 2592000

[profile.ci.fuzz]
runs = 5000
runs = 500

[profile.default.fuzz]
runs = 100
Expand Down

0 comments on commit 19c5621

Please sign in to comment.