This commit is contained in:
Cheng Zhao 2015-04-11 23:03:54 +08:00
parent b5450801d0
commit 03bdd8814e

View file

@ -18,7 +18,7 @@ describe 'crash-reporter module', ->
afterEach -> w.destroy()
# It is not working on 64bit Windows.
return if process.platform is 'win32' and process.arch is 'x64
return if process.platform is 'win32' and process.arch is 'x64'
it 'should send minidump when renderer crashes', (done) ->
@timeout 60000