Update tests
This commit is contained in:
parent
243eaa834b
commit
5a8f12b1ba
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
},
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue