test: increase timeout

This commit is contained in:
Barış Soner Uşaklı
2025-06-26 13:10:11 -04:00
parent 1a85fafbaf
commit fa31ba0560

View File

@@ -514,7 +514,7 @@ describe('API', async () => {
redirect: 'manual', redirect: 'manual',
headers: headers, headers: headers,
body: body, body: body,
timeout: 10000, timeout: 30000,
}); });
} else if (type === 'form') { } else if (type === 'form') {
result = await helpers.uploadFile(url, pathLib.join(__dirname, './files/test.png'), {}, jar, csrfToken); result = await helpers.uploadFile(url, pathLib.join(__dirname, './files/test.png'), {}, jar, csrfToken);