We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de4747 commit 344e71fCopy full SHA for 344e71f
src/common/axios/axios.service.ts
@@ -33,7 +33,7 @@ export class AxiosService {
33
private readonly logger = new Logger(AxiosService.name);
34
constructor(private readonly commandBus: CommandBus) {
35
this.axiosInstance = axios.create({
36
- timeout: 30_000,
+ timeout: 45_000,
37
headers: {
38
'Content-Type': 'application/json',
39
Accept: 'application/json',
0 commit comments