Skip to content

Commit ee72512

Browse files
committed
[O2B-1502] Increase timeout of detailsForSimulationPass test. Local machine hitting timout threshold
1 parent da7ff37 commit ee72512

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

test/public/qcFlags/detailsForSimulationPass.test.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,19 +149,19 @@ module.exports = () => {
149149
await page.waitForSelector('#delete:not([disabled])');
150150
await expectInnerText(page, '#qc-flag-details-verified', 'Verified:\nNo');
151151

152-
await page.waitForSelector('#submit', { hidden: true, timeout: 250 });
153-
await page.waitForSelector('#cancel-verification', { hidden: true, timeout: 250 });
154-
await page.waitForSelector('#verification-comment', { hidden: true, timeout: 250 });
152+
await page.waitForSelector('#submit', { hidden: true, timeout: 350 });
153+
await page.waitForSelector('#cancel-verification', { hidden: true, timeout: 350 });
154+
await page.waitForSelector('#verification-comment', { hidden: true, timeout: 350 });
155155

156156
await pressElement(page, 'button#verify-qc-flag');
157157
await page.waitForSelector('#verification-comment');
158158
await page.waitForSelector('#cancel-verification');
159159
await page.waitForSelector('#submit');
160160

161161
await pressElement(page, 'button#cancel-verification');
162-
await page.waitForSelector('#submit', { hidden: true, timeout: 250 });
163-
await page.waitForSelector('#cancel-verification', { hidden: true, timeout: 250 });
164-
await page.waitForSelector('#verification-comment', { hidden: true, timeout: 250 });
162+
await page.waitForSelector('#submit', { hidden: true, timeout: 350 });
163+
await page.waitForSelector('#cancel-verification', { hidden: true, timeout: 350 });
164+
await page.waitForSelector('#verification-comment', { hidden: true, timeout: 350 });
165165

166166
await pressElement(page, 'button#verify-qc-flag');
167167
await pressElement(page, '#verification-comment ~ .CodeMirror');

0 commit comments

Comments
 (0)