Skip to content

Commit 3fb938f

Browse files
authored
Increases timeout for function operations. (#3150)
1 parent ee9e9d3 commit 3fb938f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy/functions/tasks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { ErrorHandler } from "./errorHandler";
1919
const defaultPollerOptions = {
2020
apiOrigin: functionsOrigin,
2121
apiVersion: cloudfunctions.API_VERSION,
22-
masterTimeout: 300000, // 300000ms = 5 minutes
22+
masterTimeout: 25 * 60000, // 25 minutes is the maximum build time for a function
2323
};
2424

2525
export interface TaskParams {

0 commit comments

Comments
 (0)