Extend Rammerhead test timeout to 40 seconds

This commit is contained in:
00Fjongl 2024-07-25 19:09:10 -05:00
parent b157ce96dd
commit f65462a6ac

View file

@ -139,7 +139,7 @@ const testCommonJSOnPage = async () => {
else omnibox.addEventListener("change", () => resolve(omnibox.value)); else omnibox.addEventListener("change", () => resolve(omnibox.value));
}), }),
timeout = new Promise(resolve => { timeout = new Promise(resolve => {
setTimeout(() => resolve(omnibox.value), 10000); setTimeout(() => resolve(omnibox.value), 40000);
}), }),
// Record the proxy URL that the omnibox left here. // Record the proxy URL that the omnibox left here.