Skip to content

Commit 8266729

Browse files
committed
chore: update solana timeout
1 parent 0512be4 commit 8266729

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/multichain-account-service/src/providers/SolAccountProvider.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ export class SolAccountProvider extends SnapAccountProvider {
3535
messenger: MultichainAccountServiceMessenger,
3636
config: SolAccountProviderConfig = {
3737
discovery: {
38-
timeoutMs: 5000,
38+
// Use a pretty high timeout (12s) for each Solana discovery for now.
39+
// NOTE: This can be overriden at any time by the client using the
40+
// config parameter.
41+
timeoutMs: 12000,
3942
},
4043
},
4144
) {

0 commit comments

Comments
 (0)