File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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-' ) )
You can’t perform that action at this time.
0 commit comments