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

Commit

Permalink
Merge pull request #22 from JupiterOne/INT-11050
Browse files Browse the repository at this point in the history
INT-11050: extend timeout for findings request
  • Loading branch information
gastonyelmini authored Jul 1, 2024
2 parents 462eb24 + 58ffea3 commit 0cbe6bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ export class APIClient {
sourceName,
method: 'GET',
headers: this.headers,
timeout: 60_000,
};
const response = await this.requestWithRetry<string>(requestOpts);

Expand Down

0 comments on commit 0cbe6bb

Please sign in to comment.