Skip to content

Commit

Permalink
add more waiting time
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySun9 committed Oct 1, 2024
1 parent 595509b commit 6428961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/visual/graybox/sot.bacom.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const results = {};

test.describe('Graybox Bacom SOT visual comparison test suite', () => {
// reset timeout because we use this to run all test data
test.setTimeout(10 * 60 * 1000);
test.setTimeout(20 * 60 * 1000);
for (const feature of features) {
// eslint-disable-next-line no-loop-func
test(`${feature.name},${feature.tags}`, async ({ page }, testInfo) => {
Expand All @@ -30,9 +30,9 @@ test.describe('Graybox Bacom SOT visual comparison test suite', () => {
const result = await takeTwo(
page,
stableURL,
async () => { await page.waitForTimeout(5000); },
async () => { await page.waitForTimeout(10000); },
betaURL,
async () => { await page.waitForTimeout(5000); },
async () => { await page.waitForTimeout(15000); },
folderPath,
name,
{ fullPage: true },
Expand Down

0 comments on commit 6428961

Please sign in to comment.