Skip to content

Commit ae19b37

Browse files
committed
fix: increase timeout
1 parent b66dc5c commit ae19b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/EVM/waitForBatchTransactionReceipt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const waitForBatchTransactionReceipt = async (
2323
'waitForCallsStatus'
2424
)({
2525
id: batchHash,
26-
timeout: 300_000,
26+
timeout: 3_600_000 * 24,
2727
})
2828

2929
if (

0 commit comments

Comments
 (0)