Increase pa11y timeout to test

This commit is contained in:
igorkorenfeld 2023-05-11 15:43:55 -04:00
parent 2cd282a946
commit cea0945210
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

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