Change timeout logic

pull/1027/head
Bernhard Mueller 6 years ago
parent 2348c75a58
commit fda18b3e77
  1. 2
      mythril/interfaces/cli.py

@ -216,7 +216,7 @@ def create_parser(parser: argparse.ArgumentParser) -> None:
options.add_argument(
"--execution-timeout",
type=int,
default=600,
default=86400,
help="The amount of seconds to spend on symbolic execution",
)
options.add_argument(

Loading…
Cancel
Save