Remove unneeded timeout call

This commit is contained in:
Kevin Sawicki 2016-11-29 16:27:18 -08:00
parent d86f0a1686
commit eaa5d071ef

View file

@ -1045,8 +1045,6 @@ describe('<webview> tag', function () {
})
it('loads devtools extensions registered on the parent window', function (done) {
this.timeout(10000)
w = new BrowserWindow({
show: false
})