@hubspot/cli 7.7.16-experimental.10 → 7.7.16-experimental.11

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.
@@ -105,8 +105,8 @@ async function handler(args) {
105
105
  }
106
106
  if (formatOutputAsJson) {
107
107
  // HACK: The status endpoint sometimes returns an early success status.
108
- // Sleep for an extra 10 seconds to make sure the sync is actually complete.
109
- await new Promise(resolve => setTimeout(resolve, 10000));
108
+ // Sleep for an extra 3 minutes to make sure the sync is actually complete.
109
+ await new Promise(resolve => setTimeout(resolve, 180000));
110
110
  try {
111
111
  // Attempt to generate a new personal access key for the test account now that gate sync is complete.
112
112
  const { data } = await (0, developerTestAccounts_1.generateDeveloperTestAccountPersonalAccessKey)(derivedAccountId, testAccountId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/cli",
3
- "version": "7.7.16-experimental.10",
3
+ "version": "7.7.16-experimental.11",
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",