Skip to content

Commit 08adc33

Browse files
heiskrCopilot
andauthored
Raise per-test timeout for playwright-a11y to 60s (#61091)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 96c031a commit 08adc33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/headless-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
PLAYWRIGHT_WORKERS: ${{ fromJSON('[1, 4]')[github.repository == 'github/docs-internal'] }}
6060
# workaround for https://github.com/nodejs/node/issues/59364 as of 22.18.0
6161
NODE_OPTIONS: '--no-experimental-strip-types'
62+
PLAYWRIGHT_TIMEOUT: ${{ matrix.node == 'playwright-a11y' && '60000' || '' }}
6263

6364
# Run playwright rendering tests and a11y tests (axe scans) as distinct checks
6465
# so that we can run them without blocking merges until we can be confident

0 commit comments

Comments
 (0)