Update tests

This commit is contained in:
webstreamr 2025-05-20 21:16:35 +02:00 committed by GitHub
parent 243eaa834b
commit 5a8f12b1ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},
);
});