Skip to content

Commit c99c5e3

Browse files
authored
Merge pull request #261 from crytic/mitigate-memory-leak
Mitigate memory leak affecting Echidna 2.0.1
2 parents 31c6312 + 5b13ce4 commit c99c5e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
testMode: assertion
2-
testLimit: 50000
3-
shrinkLimit: 1000
2+
testLimit: 5000
3+
shrinkLimit: 1

0 commit comments

Comments
 (0)