diff --git a/src/google-cloud/client.ts b/src/google-cloud/client.ts index d90c6bbb..23f6ec80 100644 --- a/src/google-cloud/client.ts +++ b/src/google-cloud/client.ts @@ -164,7 +164,7 @@ export class Client { }, { delay: 2_000, - timeout: 91_000, // Need to set a timeout, otherwise we might wait for a response indefinitely. + timeout: 182_000, // Need to set a timeout, otherwise we might wait for a response indefinitely. maxAttempts: 6, factor: 2.25, //t=0s, 2s, 4.5s, 10.125s, 22.78125s, 51.2578125 (90.6640652s) handleError(err, ctx) {