Skip to content

Commit

Permalink
Increases timeout to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarstairs-scottlogic committed Nov 28, 2023
1 parent cad5f84 commit bc2777a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pa11yci.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
'WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail', // colour contrast, which is a known issue
],
runners: ['htmlcs'],
timeout: 60000,
},
urls: relativeUrls.map((url) => `${baseUrl}${url}`),
};

0 comments on commit bc2777a

Please sign in to comment.