diff --git a/src/js/background.js b/src/js/background.js index 19b838d..f500eb5 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -146,7 +146,7 @@ core.SiteInfos.loadInfos = function(url, args, callback){ // args: { icon: false iframe.style.position = 'absolute'; iframe.style.visibility = 'hidden'; var xmlHttp = new XMLHttpRequest(); - xmlHttp.timeout = 2000 + xmlHttp.timeout = 10000 xmlHttp.open('GET', url, true); xmlHttp.onload = function(){ document.body.appendChild(iframe);