Skip to content

Commit f18dcb9

Browse files
authored
Add a higher timeout (#3335)
1 parent ecfb2d1 commit f18dcb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

indexer/services/comlink/src/helpers/skip-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export async function buildUserAddresses(
4747
);
4848
}
4949
const nobleForwardingModule = 'https://api.noble.xyz/noble/forwarding/v1/address/channel';
50-
const skipMessagesTimeoutSeconds = '60';
50+
const skipMessagesTimeoutSeconds = '300'; // 5 minutes.
5151
const dydxNobleChannel = 33;
5252
// Grabs the raw skip route data to carry out the bridge on our own.
5353
export async function getSkipCallData(

0 commit comments

Comments
 (0)