Skip to content

Commit 2895df1

Browse files
authored
increase TNS state downloading timeout to 120 seconds (#6487)
1 parent f258cba commit 2895df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/trusted_node_sync.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import
2121
from presto import RestDecodingError
2222

2323
const
24-
largeRequestsTimeout = 90.seconds # Downloading large items such as states.
24+
largeRequestsTimeout = 120.seconds # Downloading large items such as states.
2525
smallRequestsTimeout = 30.seconds # Downloading smaller items such as blocks and deposit snapshots.
2626

2727
proc fetchDepositSnapshot(

0 commit comments

Comments
 (0)