Skip to content

Commit 4496521

Browse files
committed
Up the default timeout to 70s.
1 parent 3ab5a4f commit 4496521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-functions/src/main/java/com/google/firebase/functions/HttpsCallOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class HttpsCallOptions {
2222

2323
// The default timeout to use for all calls.
24-
private static final long DEFAULT_TIMEOUT = 60;
24+
private static final long DEFAULT_TIMEOUT = 70;
2525
private static final TimeUnit DEFAULT_TIMEOUT_UNITS = TimeUnit.SECONDS;
2626

2727
// The timeout to use for calls from references created by this Functions.

0 commit comments

Comments
 (0)