Skip to content

Commit a45f10c

Browse files
authored
fix: increase timeout from 5s to 15s for playwright status tests (ietf-tools#8267)
1 parent ff5b2e1 commit a45f10c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

playwright/tests/status/status.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ test.describe('site status', () => {
2020
by: 'Exile is a cool Amiga game'
2121
}
2222

23-
test.beforeEach(({ browserName }) => {
23+
test.beforeEach(({ page, browserName }) => {
24+
page.setDefaultTimeout(15 * 1000) // increase default timeout
2425
test.skip(browserName === 'firefox', 'bypassing flaky tests on Firefox')
2526
})
2627

0 commit comments

Comments
 (0)