@hubspot/cli 7.7.19-experimental.2 → 7.7.19-experimental.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -81,8 +81,8 @@ async function createDeveloperTestAccountV3(parentAccountId, testAccountConfig)
81
81
  throw new Error(en_1.lib.buildAccount.createDeveloperTestAccountV3.syncFailure);
82
82
  }
83
83
  // HACK: The status endpoint sometimes returns an early success status.
84
- // Sleep for an extra 6 minutes to make sure the sync is actually complete.
85
- await new Promise(resolve => setTimeout(resolve, 360000));
84
+ // Sleep for an extra 5 seconds to make sure the sync is actually complete.
85
+ await new Promise(resolve => setTimeout(resolve, 5000));
86
86
  try {
87
87
  // Attempt to generate a new personal access key for the test account now that gate sync is complete.
88
88
  const { data } = await (0, developerTestAccounts_1.generateDeveloperTestAccountPersonalAccessKey)(parentAccountId, result.accountId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/cli",
3
- "version": "7.7.19-experimental.2",
3
+ "version": "7.7.19-experimental.3",
4
4
  "description": "The official CLI for developing on HubSpot",
5
5
  "license": "Apache-2.0",
6
6
  "repository": "https://github.com/HubSpot/hubspot-cli",