spec: Give beginFrameSubscription test more time to run
This commit is contained in:
parent
bce11c8913
commit
aaca93046c
1 changed files with 2 additions and 0 deletions
|
@ -480,6 +480,8 @@ describe('browser-window module', function() {
|
|||
});
|
||||
|
||||
describe('beginFrameSubscription method', function() {
|
||||
this.timeout(20000);
|
||||
|
||||
it('subscribes frame updates', function(done) {
|
||||
let called = false;
|
||||
w.loadURL("file://" + fixtures + "/api/blank.html");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue