Increase timeout to 2 minutes

This commit is contained in:
Kevin Sawicki 2017-04-19 09:30:03 -07:00
parent c05c324464
commit ece4df0ac7

View file

@ -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) {