We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b54146 commit 23a7423Copy full SHA for 23a7423
packages/server/src/server/services/oauthService/index.ts
@@ -289,6 +289,8 @@ export class OauthService {
289
throw new Error(`No Project ID was returned!`);
290
}
291
292
+ await waitMs(2000);
293
+
294
// Fetch the project data
295
// eslint-disable-next-line max-len
296
const getUrl = `https://cloudresourcemanager.googleapis.com/v1/projects?filter=name%3A${this.projectName}%20AND%20lifecycleState%3AACTIVE`;
0 commit comments