Change default execution time

pull/1608/head
Nikhil Parasaram 3 years ago committed by GitHub
parent 7d3f9b5842
commit 7a4946144a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mythril/interfaces/cli.py

@ -455,7 +455,7 @@ def create_safe_functions_parser(parser: ArgumentParser):
options.add_argument(
"--execution-timeout",
type=int,
default=86400,
default=7200,
help="The amount of seconds to spend on symbolic execution",
)
options.add_argument(

Loading…
Cancel
Save