From b157ce96dd2df9f6b8ca9c781aa565c84d3a135d Mon Sep 17 00:00:00 2001 From: 00Fjongl <65314359+00Fjongl@users.noreply.github.com> Date: Thu, 25 Jul 2024 19:02:00 -0500 Subject: [PATCH] Extend delay to see if Rammerhead is broken on GitHub workflow --- proxyServiceValidator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxyServiceValidator.js b/proxyServiceValidator.js index a49742d5..21217675 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), 5000); + setTimeout(() => resolve(omnibox.value), 10000); }), // Record the proxy URL that the omnibox left here.