Skip to content

Commit e531e7a

Browse files
committed
chore: increase max_test_rejects
1 parent 74c0c6f commit e531e7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

foundry.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ compilation_restrictions = [
5050

5151
[profile.default.fuzz]
5252
runs = 1000
53-
max_test_rejects = 262144
53+
max_test_rejects = 4294967295
5454

5555
[profile.pr.fuzz]
5656
runs = 10000
57-
max_test_rejects = 262144
57+
max_test_rejects = 4294967295
5858

5959
[profile.ci.fuzz]
6060
runs = 100000
61-
max_test_rejects = 262144
61+
max_test_rejects = 4294967295
6262

6363
[profile.debug]
6464
via_ir = false

0 commit comments

Comments
 (0)