Skip to content

Commit 7a05cfc

Browse files
wip
1 parent ae1452d commit 7a05cfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test-install.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe('install', function () {
8686
}
8787

8888
it('parallel installs (ensure=true)', async function () {
89-
this.timeout(300000)
89+
this.timeout(600000)
9090

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

103103
it('parallel installs (ensure=false)', async function () {
104-
this.timeout(300000)
104+
this.timeout(600000)
105105

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

118118
it('parallel installs (tarball)', async function () {
119-
this.timeout(300000)
119+
this.timeout(600000)
120120

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

0 commit comments

Comments
 (0)