Wait for crash reporter spec longer.
This commit is contained in:
parent
1a0d8a4aa9
commit
a8de615034
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue