We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f091fc2 commit 136f4f4Copy full SHA for 136f4f4
src/main/services/oauth.ts
@@ -289,7 +289,7 @@ export async function performOAuthFlow(
289
const code = await Promise.race([
290
waitForCallback(),
291
new Promise<never>((_, reject) =>
292
- setTimeout(() => reject(new Error("Authorization timed out")), 30_000),
+ setTimeout(() => reject(new Error("Authorization timed out")), 180_000),
293
),
294
]);
295
0 commit comments