Skip to content

Commit

Permalink
Raise Z3 timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
NatKarmios committed Apr 5, 2023
1 parent c8ced95 commit 010b3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GillianCore/z3/z3_encoding.ml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ let cfg =
("proof", "false");
("unsat_core", "false");
("auto_config", "true");
("timeout", "16384");
("timeout", "30000");
]

let ctx : Z3.context = Z3.mk_context cfg
Expand Down

0 comments on commit 010b3e1

Please sign in to comment.