We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0747683 commit ff2d594Copy full SHA for ff2d594
1 file changed
test/UITest.ts
@@ -3094,9 +3094,8 @@ describe('On-Page CRM', function() {
3094
}
3095
if (SKIP_ENTRYPOINTS) {
3096
before('Open test page', async function() {
3097
- this.timeout(1200000 * TIME_MODIFIER);
+ this.timeout(600000 * TIME_MODIFIER);
3098
await openTestPageURL(browserCapabilities);
3099
- await wait(15000 * TIME_MODIFIER);
3100
currentTestWindow = await driver.getWindowHandle();
3101
3102
await dummyTab.init();
0 commit comments