Skip to content

init_timeout should be higher when used with a debugger #54087

@cbiesinger

Description

@cbiesinger

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

Labels

infrawptrunnerThe automated test runner, commonly called through ./wpt run

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions