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 3ab5a4f commit 4496521Copy full SHA for 4496521
firebase-functions/src/main/java/com/google/firebase/functions/HttpsCallOptions.java
@@ -21,7 +21,7 @@
21
class HttpsCallOptions {
22
23
// The default timeout to use for all calls.
24
- private static final long DEFAULT_TIMEOUT = 60;
+ private static final long DEFAULT_TIMEOUT = 70;
25
private static final TimeUnit DEFAULT_TIMEOUT_UNITS = TimeUnit.SECONDS;
26
27
// The timeout to use for calls from references created by this Functions.
0 commit comments