Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #629 from JupiterOne/INT-10036-a
Browse files Browse the repository at this point in the history
INT-10036: increase timeout
  • Loading branch information
gastonyelmini authored Nov 22, 2023
2 parents 88d497a + b98d631 commit facd97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google-cloud/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit facd97b

Please sign in to comment.