Skip to content

Commit 05dc512

Browse files
GabrielMartinezRodrigueznorswap
authored andcommitted
chore(txm): increase timeout
1 parent ca74568 commit 05dc512

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/txm/lib/TransactionManager.ts

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

182182
const retries = _config.rpc.retries || 2
183183
const retryDelay = _config.rpc.retryDelay || 50
184-
const timeout = _config.rpc.timeout || 500
184+
const timeout = _config.rpc.timeout || 2000
185185

186186
let transport: ViemTransport
187187
if (this.transportProtocol === "http") {

0 commit comments

Comments
 (0)