Skip to content

Commit

Permalink
fix(cli): change default mocha timeout for testing (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek committed May 18, 2020
1 parent ad14584 commit f1e770c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/test/axe-test-urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const assert = require('chai').assert;
const testPages = require('../lib/axe-test-urls');

describe('testPages', function () {
this.timeout(10000)
let config, mockDriver;

beforeEach(() => {
Expand Down

0 comments on commit f1e770c

Please sign in to comment.