We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9e9d3 commit 3fb938fCopy full SHA for 3fb938f
src/deploy/functions/tasks.ts
@@ -19,7 +19,7 @@ import { ErrorHandler } from "./errorHandler";
19
const defaultPollerOptions = {
20
apiOrigin: functionsOrigin,
21
apiVersion: cloudfunctions.API_VERSION,
22
- masterTimeout: 300000, // 300000ms = 5 minutes
+ masterTimeout: 25 * 60000, // 25 minutes is the maximum build time for a function
23
};
24
25
export interface TaskParams {
0 commit comments