Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
increase pa11y timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Jun 11, 2020
1 parent 7cf8d03 commit 4defaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/tasks/pa11y.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('Test task', function() {

describe('task', () => {
it('should run pa11y correctly', function () {
this.timeout(10000);
this.timeout(30000);
return pa11y().task()
.catch(function (results) {
proclaim.isInstanceOf(results, Error);
Expand Down

0 comments on commit 4defaf2

Please sign in to comment.