mirror of
https://github.com/electron/electron.git
synced 2026-01-23 22:38:18 -05:00
spec: Give beginFrameSubscription test more time to run
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user