Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanStojanovic committed May 25, 2023
1 parent ae1452d commit 7a05cfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('install', function () {
}

it('parallel installs (ensure=true)', async function () {
this.timeout(300000)
this.timeout(600000)

const fs = require('graceful-fs')
const devDir = await util.promisify(fs.mkdtemp)(path.join(os.tmpdir(), 'node-gyp-test-'))
Expand All @@ -101,7 +101,7 @@ describe('install', function () {
})

it('parallel installs (ensure=false)', async function () {
this.timeout(300000)
this.timeout(600000)

const fs = require('graceful-fs')
const devDir = await util.promisify(fs.mkdtemp)(path.join(os.tmpdir(), 'node-gyp-test-'))
Expand All @@ -116,7 +116,7 @@ describe('install', function () {
})

it('parallel installs (tarball)', async function () {
this.timeout(300000)
this.timeout(600000)

const fs = require('graceful-fs')
const devDir = await util.promisify(fs.mkdtemp)(path.join(os.tmpdir(), 'node-gyp-test-'))
Expand Down

0 comments on commit 7a05cfc

Please sign in to comment.