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 50417da commit e029b5bCopy full SHA for e029b5b
packages/functions/src/api/service.ts
@@ -179,8 +179,8 @@ export class Service implements FirebaseFunctions {
179
headers.append('Firebase-Instance-ID-Token', context.instanceIdToken);
180
}
181
182
- // Default timeout to 60s, but let the options override it.
183
- const timeout = options.timeout || 60000;
+ // Default timeout to 70s, but let the options override it.
+ const timeout = options.timeout || 70000;
184
185
const response = await Promise.race([
186
this.postJSON(url, body, headers),
0 commit comments