mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Make timeout longer for some could-be-slow specs.
This commit is contained in:
@@ -15,6 +15,7 @@ describe 'crash-reporter module', ->
|
||||
afterEach -> w.destroy()
|
||||
|
||||
it 'should send minidump when renderer crashes', (done) ->
|
||||
@timeout 5000
|
||||
server = http.createServer (req, res) ->
|
||||
form = new formidable.IncomingForm()
|
||||
process.throwDeprecation = false
|
||||
|
||||
@@ -10,6 +10,7 @@ describe 'chromium feature', ->
|
||||
|
||||
describe 'sending request of http protocol urls', ->
|
||||
it 'does not crash', ->
|
||||
@timeout 5000
|
||||
$.get 'https://api.github.com/zen'
|
||||
|
||||
describe 'navigator.webkitGetUserMedia', ->
|
||||
|
||||
Reference in New Issue
Block a user