Skip to content

Commit

Permalink
Updated time out.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruth-Vamshi committed Sep 17, 2023
1 parent e05aee5 commit e9b6ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/aiTools/ai-tools.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export class AiToolsService {
callback: retry => {
console.log(`Re-Trying: ${retry}`);
},
timeout: 10000
timeout: 40000
};
try{
this.monitoringService.incrementBhashiniCount()
Expand Down Expand Up @@ -320,7 +320,7 @@ export class AiToolsService {
callback: retry => {
console.log(`Re-Trying: ${retry}`);
},
timeout: 10000
timeout: 40000
};

try{
Expand Down

0 comments on commit e9b6ae1

Please sign in to comment.