spec: Add timeout for beginFrameSubscription
This commit is contained in:
parent
a69121fc24
commit
7807d878d2
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ describe 'browser-window module', ->
|
|||
w.loadUrl url
|
||||
|
||||
describe 'beginFrameSubscription method', ->
|
||||
@timeout 10000
|
||||
it 'subscribes frame updates', (done) ->
|
||||
called = false
|
||||
w.loadUrl "file://#{fixtures}/api/blank.html"
|
||||
|
|
Loading…
Reference in a new issue