mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
test: increase mocha timeout (#2887)
This commit is contained in:
parent
1bfb083f8b
commit
445c28fabc
1 changed files with 1 additions and 1 deletions
|
@ -45,6 +45,6 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "standard */*.js test/**/*.js",
|
"lint": "standard */*.js test/**/*.js",
|
||||||
"test": "npm run lint && mocha --reporter=test/reporter.js test/test-download.js test/test-*"
|
"test": "npm run lint && mocha --timeout 15000 --reporter=test/reporter.js test/test-download.js test/test-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue