Skip to content

Commit

Permalink
feat: increase timeout to 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry committed Aug 7, 2024
1 parent 8a9e1f3 commit d07f29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure/ApiCenter/ApiCenterService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export class ApiCenterService {
url: location,
};

const timeout = 30000; // 30 seconds in milliseconds
const timeout = 60000; // 1 minute in milliseconds
let startTime = Date.now();
do {
response = await client.sendRequest(options);
Expand Down

0 comments on commit d07f29a

Please sign in to comment.