From b98d631658fe7e32ec046524b4d2ddd595d159f0 Mon Sep 17 00:00:00 2001 From: Gaston Yelmini Date: Wed, 22 Nov 2023 18:10:04 -0300 Subject: [PATCH] INT-10036: increase timeout --- src/google-cloud/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {