Skip to content

Commit

Permalink
larger, more targeted timeout for TS eslint parser
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed May 3, 2018
1 parent 491af54 commit 3af1e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/getExports.js
Expand Up @@ -311,7 +311,6 @@ describe('ExportMap', function () {
})

context('alternate parsers', function () {
this.timeout(10000) // takes a long time :shrug:

const configs = [
// ['string form', { 'typescript-eslint-parser': '.ts' }],
Expand All @@ -328,6 +327,7 @@ describe('ExportMap', function () {

let imports
before('load imports', function () {
this.timeout(20000) // takes a long time :shrug:
imports = ExportMap.get('./typescript.ts', context)
})

Expand Down

0 comments on commit 3af1e8f

Please sign in to comment.