Skip to content

Commit

Permalink
Bump up timeout on --deep tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Apr 20, 2021
1 parent 6dc114c commit 3368e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/deep.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('--deep', function () {
const bin = path.join(__dirname, '../bin/cli.js')
const cwd = path.join(__dirname, 'deep')

this.timeout(30000)
this.timeout(60000)

let last = 0

Expand Down Expand Up @@ -122,7 +122,7 @@ describe('--deep with nested ncurc files', function () {
const bin = path.join(__dirname, '../bin/cli.js')
const cwd = path.join(__dirname, 'deep-ncurc')

this.timeout(30000)
this.timeout(60000)

it('use ncurc of nested packages', async () => {

Expand Down

0 comments on commit 3368e3a

Please sign in to comment.