Skip to content

Commit 90111ed

Browse files
authored
Merge pull request ethereum-optimism#6464 from ethereum-optimism/aj/increse-txmgr-timeout
txmgr: Increase default network timeout to 10s
2 parents e892e79 + 4278ac1 commit 90111ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op-service/txmgr/cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var (
5252
defaultNumConfirmations = uint64(10)
5353
defaultSafeAbortNonceTooLowCount = uint64(3)
5454
defaultResubmissionTimeout = 48 * time.Second
55-
defaultNetworkTimeout = 2 * time.Second
55+
defaultNetworkTimeout = 10 * time.Second
5656
defaultTxSendTimeout = 0 * time.Second
5757
defaultTxNotInMempoolTimeout = 2 * time.Minute
5858
defaultReceiptQueryInterval = 12 * time.Second

0 commit comments

Comments
 (0)