Disable throttling in tests
This commit is contained in:
parent
d156846036
commit
2f6796bd7f
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ app.on('ready', function () {
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600,
|
height: 600,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
javascript: true // Test whether web preferences crashes.
|
backgroundThrottling: false,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
window.loadURL(url.format({
|
window.loadURL(url.format({
|
||||||
|
|
Loading…
Add table
Reference in a new issue