We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8396d61 commit 4085cf6Copy full SHA for 4085cf6
mythril/interfaces/cli.py
@@ -500,7 +500,7 @@ def add_analysis_args(options):
500
options.add_argument(
501
"--execution-timeout",
502
type=int,
503
- default=86400,
+ default=3600,
504
help="The amount of seconds to spend on symbolic execution",
505
)
506
requirements.txt
@@ -22,7 +22,7 @@ numpy
22
persistent>=4.2.0
23
py-flags
24
py-evm==0.7.0a1
25
-py-solc-x
+py-solc-x<2.0.0
26
py-solc
27
pytest>=3.6.0
28
pyparsing<3,>=2.0.2
0 commit comments