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 8ee7b34 commit 1ffe56aCopy full SHA for 1ffe56a
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