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 c9299f7 commit 019df5fCopy full SHA for 019df5f
src/plugins/setup.ts
@@ -264,7 +264,7 @@ async function checkLicenseUntilValid(
264
await execLocalStack(["license", "activate"], {
265
outputChannel,
266
});
267
- // Wait 2 seconds before trying again
268
- await new Promise((resolve) => setTimeout(resolve, 2000));
+ // Wait before trying again
+ await new Promise((resolve) => setTimeout(resolve, 1000));
269
}
270
0 commit comments