Skip to content

Commit

Permalink
change .conf to avoid timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
nisnislevi committed Dec 4, 2024
1 parent 1394ac5 commit 42539b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions security/certora/confs/payloads/verifyPayloadsController.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
"msg": "All payloadControllers rules",
"optimistic_hashing": true,
"optimistic_loop": true,
"prover_args": [
" -smt_LIASolvers [z3:def,z3:lia1,z3:lia2] -smt_NIASolvers [z3:def]"
],
// "prover_args": [" -smt_LIASolvers [z3:def,z3:lia1,z3:lia2] -smt_NIASolvers [z3:def]" ],
"prover_args": ["-depth 0"],
"smt_timeout": "6000",
"build_cache": true,
"solc": "solc8.19",
Expand Down

0 comments on commit 42539b4

Please sign in to comment.