Skip to content

Commit 344e71f

Browse files
committed
fix: increase axios request timeout from 30s to 45s
1 parent 4de4747 commit 344e71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/axios/axios.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class AxiosService {
3333
private readonly logger = new Logger(AxiosService.name);
3434
constructor(private readonly commandBus: CommandBus) {
3535
this.axiosInstance = axios.create({
36-
timeout: 30_000,
36+
timeout: 45_000,
3737
headers: {
3838
'Content-Type': 'application/json',
3939
Accept: 'application/json',

0 commit comments

Comments
 (0)