Remove unneeded timeout call
This commit is contained in:
parent
d86f0a1686
commit
eaa5d071ef
1 changed files with 0 additions and 2 deletions
|
@ -1045,8 +1045,6 @@ describe('<webview> tag', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('loads devtools extensions registered on the parent window', function (done) {
|
it('loads devtools extensions registered on the parent window', function (done) {
|
||||||
this.timeout(10000)
|
|
||||||
|
|
||||||
w = new BrowserWindow({
|
w = new BrowserWindow({
|
||||||
show: false
|
show: false
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue