diff --git a/FirebaseFunctions/Sources/Callable+Codable.swift b/FirebaseFunctions/Sources/Callable+Codable.swift index 08753e75f36..489433a0a7e 100644 --- a/FirebaseFunctions/Sources/Callable+Codable.swift +++ b/FirebaseFunctions/Sources/Callable+Codable.swift @@ -17,7 +17,7 @@ import Foundation /// A `Callable` is reference to a particular Callable HTTPS trigger in Cloud Functions. public struct Callable { - /// The timeout to use when calling the function. Defaults to 60 seconds. + /// The timeout to use when calling the function. Defaults to 70 seconds. public var timeoutInterval: TimeInterval { get { callable.timeoutInterval