mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Wait for crash reporter spec longer.
This commit is contained in:
@@ -15,7 +15,7 @@ describe 'crash-reporter module', ->
|
||||
afterEach -> w.destroy()
|
||||
|
||||
it 'should send minidump when renderer crashes', (done) ->
|
||||
@timeout 5000
|
||||
@timeout 60000
|
||||
server = http.createServer (req, res) ->
|
||||
form = new formidable.IncomingForm()
|
||||
process.throwDeprecation = false
|
||||
|
||||
Reference in New Issue
Block a user