mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-12 11:30:01 -04:00
Extend delay to see if Rammerhead is broken on GitHub workflow
This commit is contained in:
parent
8ddf2b9c51
commit
b157ce96dd
1 changed files with 1 additions and 1 deletions
|
@ -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), 5000);
|
setTimeout(() => resolve(omnibox.value), 10000);
|
||||||
}),
|
}),
|
||||||
|
|
||||||
// Record the proxy URL that the omnibox left here.
|
// Record the proxy URL that the omnibox left here.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue