We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed90695 commit 6dc3a66Copy full SHA for 6dc3a66
src/extension.ts
@@ -272,7 +272,6 @@ export async function activate(extensionContext: extensionApi.ExtensionContext):
272
progress.report({ increment: 30 });
273
await createOrReuseRegistryServiceAccount();
274
}
275
- await new Promise((_, reject)=>setTimeout(reject, 5000));
276
277
).then(() => false
278
).catch(() => true); // required to force Promise.all() call keep waiting for all not failed calls
0 commit comments