Skip to content

Commit e73ce03

Browse files
committed
Update timeout for login-init
1 parent 06f3457 commit e73ce03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-core/src/services/ConnectService.ts

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

182182
const { req, flags } = await this.#getInitReq();
183183
const res = await this.wrapWithErr(() =>
184-
this.#connectApi.connectLoginInit(req, { signal: abortController.signal, timeout: 5 * 1000 }),
184+
this.#connectApi.connectLoginInit(req, { signal: abortController.signal, timeout: 10 * 1000 }),
185185
);
186186

187187
if (res.err) {

0 commit comments

Comments
 (0)