We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd5b2d commit 4ef5dfbCopy full SHA for 4ef5dfb
tests/e2e/tests/startupCalls.js
@@ -39,7 +39,7 @@ module.exports = {
39
} else if (url.includes('catalog/services/-/latest')) {
40
responses.services = response.json();
41
}
42
- }, 120000);
+ });
43
44
await page.goto(url);
45
0 commit comments