Skip to content

Commit

Permalink
chore: Set high timeout for slow Windows CI (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell authored Nov 7, 2019
1 parent f39924e commit 2342557
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/babel-plugin-istanbul.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ describe('babel-plugin-istanbul', function () {
})

context('process.env.NYC_CONFIG is not set', function () {
this.timeout(10000)

const OLD_NYC_CONFIG = process.env.NYC_CONFIG
const OLD_NYC_CWD = process.env.NYC_CWD
before(() => {
Expand Down

0 comments on commit 2342557

Please sign in to comment.