Skip to content

Commit e57e302

Browse files
ci: extended the timeout for one slow playwright test which failed on GH after 50000ms, see /actions/runs/31088126420/job/92572380990#step:9:186
1 parent ecf4a37 commit e57e302

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

frontend/tests/routes.spec.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ test.describe('routes', () => {
4545
});
4646

4747
test('bibliography detail page shows all entries for inscriptions with multiple citations', async ({ page }) => {
48+
// triple the deplay.
49+
// This test failed due to a 50000ms timeout on GH job,
50+
// not sure why this page and why it started occurring.
51+
test.slow();
52+
4853
// R46KDTZX = L'année épigraphique; ISic003326 cites it twice: 1952.0158 and 1996.0796
4954
await page.goto(`${BASE}/bibliography/R46KDTZX`);
5055
await expect(page.locator('h1')).toBeVisible();

0 commit comments

Comments
 (0)