Skip to content

Commit 4085cf6

Browse files
authored
Change configuration (#1823)
* Change configuration * Downgrade solcx
1 parent 8396d61 commit 4085cf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mythril/interfaces/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def add_analysis_args(options):
500500
options.add_argument(
501501
"--execution-timeout",
502502
type=int,
503-
default=86400,
503+
default=3600,
504504
help="The amount of seconds to spend on symbolic execution",
505505
)
506506
options.add_argument(

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ numpy
2222
persistent>=4.2.0
2323
py-flags
2424
py-evm==0.7.0a1
25-
py-solc-x
25+
py-solc-x<2.0.0
2626
py-solc
2727
pytest>=3.6.0
2828
pyparsing<3,>=2.0.2

0 commit comments

Comments
 (0)