-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
infrawptrunnerThe automated test runner, commonly called through ./wpt runThe automated test runner, commonly called through ./wpt run
Description
In wptrunner/browsers/base.py:
init_timeout: float = 30 |
However, I find that 30 is not enough when using wptrunner with rr. I am not sure if the right fix is to just increase the timeout, or apply timeout_multiplier to it, or something else, but I would appreciate a way to increase it.
Similarly:
kill_result = proc.kill(timeout=5) |
When the test is timing out, I have found that 5 seconds is not sufficient for rr to finish writing/closing the trace so the same comment applies here.
Metadata
Metadata
Assignees
Labels
infrawptrunnerThe automated test runner, commonly called through ./wpt runThe automated test runner, commonly called through ./wpt run