increase USO style installation/update timeout

#195
This commit is contained in:
tophf 2018-04-11 12:55:06 +03:00
parent 07e1d3b902
commit 16d46edfba

View File

@ -222,6 +222,7 @@
chrome.runtime.sendMessage({
url,
method: 'download',
timeout: 60e3,
}, result => {
const error = result && result.__ERROR__;
if (error) {