Skip to content

Commit e4c290e

Browse files
authored
Increasing operation poller timeout to prevent unexpected behavior for slow function deployments (#3148)
1 parent 3fb938f commit e4c290e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy/functions/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export async function release(context: any, options: any, payload: any) {
9696
// Wait for all of the deployments to complete.
9797
await Promise.all(queuePromises);
9898
helper.logAndTrackDeployStats(cloudFunctionsQueue, errorHandler);
99+
helper.printTriggerUrls(projectId, sourceUrl);
99100
errorHandler.printWarnings();
100101
errorHandler.printErrors();
101-
return helper.printTriggerUrls(projectId, sourceUrl);
102102
}

0 commit comments

Comments
 (0)