Skip to content

Commit

Permalink
Bug 1729640 - P8. Request longer timeout for browser_web_process_isol…
Browse files Browse the repository at this point in the history
…ation test. r=farre

Open the test tab takes some time in this testcase
(https://searchfox.org/mozilla-central/rev/d2f8488b6a704443a5c5bfc6d2878171b5f0d393/dom/ipc/tests/browser_web_process_isolation.js#31-43)
, and we open the tab multiple times in this testcase.

Since we add 2 more test scenarios for the testcase, this testcase need more time to finish.

Differential Revision: https://phabricator.services.mozilla.com/D130478
  • Loading branch information
DimiDL committed Nov 5, 2021
1 parent 853f953 commit c28628a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dom/ipc/tests/browser_web_process_isolation.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ ok(
"this test requires fission to function!"
);

requestLongerTimeout(3);

const WebContentIsolationStrategy = {
IsolateNothing: 0,
IsolateEverything: 1,
Expand Down

0 comments on commit c28628a

Please sign in to comment.