configure codecov

This commit is contained in:
Rene Haas
2022-08-17 16:53:00 +02:00
parent 7e2d2bed9a
commit 689ae664b6
4 changed files with 4 additions and 4 deletions
@@ -4,7 +4,7 @@ const startSelector = '#start';
const resultSelector = '#testResult';
// default timeout = // 10mins
module.exports = async (page, timeout = 10 * 60 * 1000) => {
module.exports = async (page, timeout = 10 * 60 * 2000) => {
await page.waitForLoadState('domcontentloaded', { timeout: 5000 });
await page.click(startSelector, { timeout: 1000 });