Merge pull request #604 from cisagov/ik/pa11y-update

Add sleep and increase timeout for pa11y github action
This commit is contained in:
Igor Korenfeld 2023-05-12 11:59:55 -04:00 committed by GitHub
commit 8cb96399c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -64,5 +64,6 @@ jobs:
- name: run pa11y
working-directory: ./src
run: |
sleep 10;
npm i -g pa11y-ci
pa11y-ci

View file

@ -1,7 +1,7 @@
{
"defaults": {
"concurrency": 1,
"timeout": 10000,
"timeout": 30000,
"hideElements": "a[href='/whoami/']"
},