Skip to content

Commit

Permalink
Extend Rammerhead test timeout to 40 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
00Fjongl committed Jul 26, 2024
1 parent b157ce9 commit f65462a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxyServiceValidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f65462a

Please sign in to comment.