Increase timeout to 2 minutes
This commit is contained in:
parent
c05c324464
commit
ece4df0ac7
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ describe('crashReporter module', function () {
|
|||
if (process.env.APPVEYOR === 'True') return done()
|
||||
if (process.env.TRAVIS === 'true') return done()
|
||||
|
||||
this.timeout(10000)
|
||||
this.timeout(120000)
|
||||
|
||||
startServer({
|
||||
callback (port) {
|
||||
|
|
Loading…
Reference in a new issue