Skip to content

Commit ff2f624

Browse files
committed
Increase default request timeout
1 parent 6ce1e35 commit ff2f624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PodcastApiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Client = (config = {}) => {
1212
axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded';
1313
this.httpClient = axios.create({
1414
baseURL: config.apiKey ? API_BASE_PROD : API_BASE_TEST,
15-
timeout: 10000,
15+
timeout: 30000,
1616
headers: {
1717
'X-ListenAPI-Key': config.apiKey || '',
1818
'User-Agent': config.userAgent || defaultUserAgent,

0 commit comments

Comments
 (0)