mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Increase timeout to 2 minutes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user