Skip to content

Commit 119e89a

Browse files
committed
E2E test: give quarto python a huge timeout as installs take place
1 parent bd924d6 commit 119e89a

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)