spec: Give beginFrameSubscription test more time to run

This commit is contained in:
Cheng Zhao 2016-02-16 16:20:15 +08:00
parent bce11c8913
commit aaca93046c

View file

@ -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");