Skip to content

Commit

Permalink
Merge pull request #16 from mojaloop/ft-fix-http
Browse files Browse the repository at this point in the history
fix: increase httpClient timeout
  • Loading branch information
elijah0kello authored Mar 24, 2024
2 parents 98f60b3 + 48a2acb commit b14ca35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infra/httpClient/httpClientFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { HttpClient } from './HttpClient';
import { THttpClientFactory, THttpClientFactoryDeps } from './types';

export const defaultHttpOptions: CreateAxiosDefaults = Object.freeze({
timeout: 3000,
timeout: 100000,
headers: {
'Content-Type': 'application/json',
Accept: 'application/json'
Expand Down

0 comments on commit b14ca35

Please sign in to comment.