diff --git a/src/utils/Fetcher.test.ts b/src/utils/Fetcher.test.ts index 15ca8ba..06ad38a 100644 --- a/src/utils/Fetcher.test.ts +++ b/src/utils/Fetcher.test.ts @@ -29,7 +29,7 @@ describe('fetch', () => { 'Referer': 'https://some-url.test', }, responseType: 'text', - timeout: 10000, + timeout: 15000, }, ); }); @@ -55,7 +55,7 @@ describe('fetch', () => { 'Referer': 'https://some-url.test', }, responseType: 'text', - timeout: 10000, + timeout: 15000, }, ); @@ -70,7 +70,7 @@ describe('fetch', () => { 'Referer': 'https://some-url.test', }, responseType: 'text', - timeout: 10000, + timeout: 15000, }, ); });