From f5bc377cb17469cb19baf8536b453cc2dbbfbd99 Mon Sep 17 00:00:00 2001 From: Quentin Garchery Date: Tue, 22 Oct 2024 14:08:38 +0200 Subject: [PATCH 1/2] chore: add config for StayHealthy timeout --- certora/confs/StayHealthy.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/certora/confs/StayHealthy.conf b/certora/confs/StayHealthy.conf index 7179c674..02f5a004 100644 --- a/certora/confs/StayHealthy.conf +++ b/certora/confs/StayHealthy.conf @@ -5,9 +5,10 @@ ], "solc": "solc-0.8.19", "verify": "MorphoHarness:certora/specs/StayHealthy.spec", + "global_timeout": "7200", + "smt_timeout": "7200", "prover_args": [ - "-smt_hashingScheme plaininjectivity", - "-solvers [yices,z3:def{randomSeed=1},z3:def{randomSeed=2},z3:def{randomSeed=3},z3:def{randomSeed=4},z3:def{randomSeed=5},z3:def{randomSeed=6},z3:def{randomSeed=7},z3:def{randomSeed=8},z3:def{randomSeed=9},z3:def{randomSeed=10}]" + "-solvers [z3:def{randomSeed=1},z3:def{randomSeed=2},z3:def{randomSeed=3},z3:def{randomSeed=4},z3:def{randomSeed=5},z3:def{randomSeed=6},z3:def{randomSeed=7},z3:def{randomSeed=8},z3:def{randomSeed=9},z3:def{randomSeed=10}]" ], "rule_sanity": "basic", "server": "production", From 470b1cd1a9623a2d0ff76570fb2dd0c5cfc08e31 Mon Sep 17 00:00:00 2001 From: Quentin Garchery Date: Tue, 22 Oct 2024 14:54:54 +0200 Subject: [PATCH 2/2] chore: test without higher timeout caps --- certora/confs/StayHealthy.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/certora/confs/StayHealthy.conf b/certora/confs/StayHealthy.conf index 02f5a004..1854fdbc 100644 --- a/certora/confs/StayHealthy.conf +++ b/certora/confs/StayHealthy.conf @@ -5,8 +5,6 @@ ], "solc": "solc-0.8.19", "verify": "MorphoHarness:certora/specs/StayHealthy.spec", - "global_timeout": "7200", - "smt_timeout": "7200", "prover_args": [ "-solvers [z3:def{randomSeed=1},z3:def{randomSeed=2},z3:def{randomSeed=3},z3:def{randomSeed=4},z3:def{randomSeed=5},z3:def{randomSeed=6},z3:def{randomSeed=7},z3:def{randomSeed=8},z3:def{randomSeed=9},z3:def{randomSeed=10}]" ],