Skip to content

Commit 98067ed

Browse files
chore(txm): increase timeout
1 parent f204b0e commit 98067ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/transaction-manager/lib/TransactionManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export class TransactionManager {
183183

184184
const retries = _config.rpc.retries || 2
185185
const retryDelay = _config.rpc.retryDelay || 50
186-
const timeout = _config.rpc.timeout || 500
186+
const timeout = _config.rpc.timeout || 2000
187187

188188
let transport: ViemTransport
189189
if (this.transportProtocol === "http") {

0 commit comments

Comments
 (0)