From f65462a6ac4f30aa98e565f79b0a5eb29c9a9c2e Mon Sep 17 00:00:00 2001 From: 00Fjongl <65314359+00Fjongl@users.noreply.github.com> Date: Thu, 25 Jul 2024 19:09:10 -0500 Subject: [PATCH] Extend Rammerhead test timeout to 40 seconds --- proxyServiceValidator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.