Skip to content

Commit ae484d3

Browse files
authored
Correct documentation for Callable default timeout (#13869)
1 parent 1e954e9 commit ae484d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseFunctions/Sources/Callable+Codable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Foundation
1717

1818
/// A `Callable` is reference to a particular Callable HTTPS trigger in Cloud Functions.
1919
public struct Callable<Request: Encodable, Response: Decodable> {
20-
/// The timeout to use when calling the function. Defaults to 60 seconds.
20+
/// The timeout to use when calling the function. Defaults to 70 seconds.
2121
public var timeoutInterval: TimeInterval {
2222
get {
2323
callable.timeoutInterval

0 commit comments

Comments
 (0)