Skip to content

Commit

Permalink
Add --short-reporting-delay flag for Chrome (#15908)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Mar 18, 2019
1 parent ef52ea1 commit 2bff515
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/wpt/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ def setup_kwargs(self, kwargs):
# Allow WebRTC tests to call getUserMedia.
kwargs["binary_args"] += ["--use-fake-ui-for-media-stream", "--use-fake-device-for-media-stream"]

# Shorten delay for Reporting <https://w3c.github.io/reporting/>.
kwargs["binary_args"].append("--short-reporting-delay")


class ChromeAndroid(BrowserSetup):
name = "chrome_android"
Expand Down

0 comments on commit 2bff515

Please sign in to comment.