Default timeout to 30 seconds on CI and 10 seconds locally
This commit is contained in:
parent
4ccc3d9fb3
commit
10386edea5
6 changed files with 1 additions and 29 deletions
|
@ -163,8 +163,6 @@ describe('app module', function () {
|
|||
describe('app.importCertificate', function () {
|
||||
if (process.platform !== 'linux') return
|
||||
|
||||
this.timeout(5000)
|
||||
|
||||
var w = null
|
||||
var certPath = path.join(__dirname, 'fixtures', 'certificates')
|
||||
var options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue