Skip to content

Commit

Permalink
increase default assertion solving timeout from 1s to 1m
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Sep 21, 2024
1 parent e4a4ef7 commit f3197e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/halmos/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ class Config:

solver_timeout_assertion: int = arg(
help="set timeout (in milliseconds) for solving assertion violation conditions; 0 means no timeout",
global_default=1000,
global_default=60_000,
metavar="TIMEOUT",
group=solver,
)
Expand Down

0 comments on commit f3197e9

Please sign in to comment.