Extend delay to see if Rammerhead is broken on GitHub workflow

This commit is contained in:
00Fjongl 2024-07-25 19:02:00 -05:00
parent 8ddf2b9c51
commit b157ce96dd

View file

@ -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.