aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/search_engines.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts/search_engines.coffee')
-rw-r--r--background_scripts/search_engines.coffee3
1 files changed, 1 insertions, 2 deletions
diff --git a/background_scripts/search_engines.coffee b/background_scripts/search_engines.coffee
index a80c218c..abf8c86e 100644
--- a/background_scripts/search_engines.coffee
+++ b/background_scripts/search_engines.coffee
@@ -134,8 +134,7 @@ SearchEngines =
@requests[searchUrl] = xhr = new XMLHttpRequest()
xhr.open "GET", url, true
- # We set a fairly short timeout. If we block for too long, then we block *all* completers.
- xhr.timeout = 500
+ xhr.timeout = 750
xhr.ontimeout = => @cancel searchUrl, callback
xhr.onerror = => @cancel searchUrl, callback
xhr.send()