From f53a553d7d68ae15f8a98895b22731165536a09b Mon Sep 17 00:00:00 2001 From: Haythem Sellami <17862704+haythemsellami@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:54:59 +0300 Subject: [PATCH] use default testLimit --- test/echidna/config/echidna.config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/echidna/config/echidna.config.yaml b/test/echidna/config/echidna.config.yaml index cd3f641b..28c6b774 100644 --- a/test/echidna/config/echidna.config.yaml +++ b/test/echidna/config/echidna.config.yaml @@ -2,9 +2,6 @@ corpusDir: "test/echidna/_corpus/" testMode: assertion -#testLimit is the number of test sequences to run -testLimit: 20000000 - deployer: "0x10000" sender: ["0x10000"]