Skip to content

Commit 5d4150d

Browse files
authored
E2E test: give quarto python a huge timeout as installs take place (#9229)
Giving this test a huge timeout to avoid: https://d38p2avprg8il3.cloudfront.net/playwright-report-17304078213-9283/index.html#?testId=1d7aa90bd574809017f8-ec60410e370bef3ac904&q=s:flaky
1 parent bd924d6 commit 5d4150d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/tests/quarto/quarto-python.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ test.describe('Quarto - Python', { tag: [tags.WEB, tags.WIN, tags.QUARTO] }, ()
2121

2222
// Viewer tab is targeted by corresponding iframe. It is assumed that the report fully loads once title 'Example Report' appears
2323
const title = app.workbench.viewer.getViewerFrame().frameLocator('iframe').getByText('Example Report');
24-
await expect(title).toBeVisible({ timeout: 45000 });
24+
await expect(title).toBeVisible({ timeout: 60000 });
2525
});
2626
});

0 commit comments

Comments
 (0)