Skip to content

Commit

Permalink
Merge pull request #6464 from ethereum-optimism/aj/increse-txmgr-timeout
Browse files Browse the repository at this point in the history
txmgr: Increase default network timeout to 10s
  • Loading branch information
OptimismBot authored Jul 26, 2023
2 parents e892e79 + 4278ac1 commit 90111ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-service/txmgr/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var (
defaultNumConfirmations = uint64(10)
defaultSafeAbortNonceTooLowCount = uint64(3)
defaultResubmissionTimeout = 48 * time.Second
defaultNetworkTimeout = 2 * time.Second
defaultNetworkTimeout = 10 * time.Second
defaultTxSendTimeout = 0 * time.Second
defaultTxNotInMempoolTimeout = 2 * time.Minute
defaultReceiptQueryInterval = 12 * time.Second
Expand Down

0 comments on commit 90111ed

Please sign in to comment.