We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e892e79 + 4278ac1 commit 90111edCopy full SHA for 90111ed
op-service/txmgr/cli.go
@@ -52,7 +52,7 @@ var (
52
defaultNumConfirmations = uint64(10)
53
defaultSafeAbortNonceTooLowCount = uint64(3)
54
defaultResubmissionTimeout = 48 * time.Second
55
- defaultNetworkTimeout = 2 * time.Second
+ defaultNetworkTimeout = 10 * time.Second
56
defaultTxSendTimeout = 0 * time.Second
57
defaultTxNotInMempoolTimeout = 2 * time.Minute
58
defaultReceiptQueryInterval = 12 * time.Second
0 commit comments