Skip to content

Commit

Permalink
chore: medusa runs forever by default
Browse files Browse the repository at this point in the history
doable since it also handles SIGINTs gracefully
  • Loading branch information
0xteddybear committed Aug 23, 2024
1 parent cf9dc9a commit d952a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/medusa.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"workers": 10,
"workerResetLimit": 50,
"timeout": 0,
"testLimit": 500000,
"testLimit": 0,
"callSequenceLength": 100,
"corpusDirectory": "test/properties/medusa/corpus/",
"coverageEnabled": true,
Expand Down

0 comments on commit d952a14

Please sign in to comment.