Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Credentialless] Fix flakes about iframeTest.js
In the various tests, there are up to 8 <iframe> navigating concurrently. There are no ways to detect an <iframe> fails to load other than using a timeout. See whatwg/html#125. The 3000ms timeout was sometimes too short. This cause flakes. To reduce the rate of false positive, the timeout has been increased to 6000ms. R:[email protected] CC:[email protected] Fixed:1215956 Bug:1175099 Change-Id: I7bedccb351ff62d55b6020403aac5457608e5497
- Loading branch information