Skip to content

Commit

Permalink
Merge pull request #493 from HubSpot/update/app-deploy-timeout
Browse files Browse the repository at this point in the history
Bump the app deploy timeout since the build is synchronous
  • Loading branch information
gcorne authored May 7, 2021
2 parents ad0f7b6 + 9ee6559 commit 08db1e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli-lib/api/appPipeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ async function deployApp(accountId, appFolderPath) {
async function deployAppSync(accountId, appFolderPath) {
return http.post(accountId, {
uri: `${APP_PIPELINE_API_PATH}/deploy/sync`,
timeout: 60000,
body: {
appPath: appFolderPath,
},
Expand Down

0 comments on commit 08db1e8

Please sign in to comment.