Skip to content

Commit 9f7c6a7

Browse files
spencer-tbfelix314159
authored andcommitted
chore(cli): increase t8n tool timeout. (ethereum#1600)
1 parent 1366a31 commit 9f7c6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum_clis/transition_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
model_dump_config: Mapping = {"by_alias": True, "exclude_none": True}
3636

3737
NORMAL_SERVER_TIMEOUT = 20
38-
SLOW_REQUEST_TIMEOUT = 60
38+
SLOW_REQUEST_TIMEOUT = 180
3939

4040

4141
class TransitionTool(EthereumCLI):

0 commit comments

Comments
 (0)