diff --git a/proxyServiceValidator.js b/proxyServiceValidator.js index 21217675..9422d0fa 100644 --- a/proxyServiceValidator.js +++ b/proxyServiceValidator.js @@ -139,7 +139,7 @@ const testCommonJSOnPage = async () => { else omnibox.addEventListener("change", () => resolve(omnibox.value)); }), timeout = new Promise(resolve => { - setTimeout(() => resolve(omnibox.value), 10000); + setTimeout(() => resolve(omnibox.value), 40000); }), // Record the proxy URL that the omnibox left here.