You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_runner: improve --test-timeout to be per test
Previously `--test-timeout` is set on per test execution, this is obviously a
bug as per test execution is hard to be expected, this patch addresses the
issue by setting `timeout` from per execution to per test.
This patch also fixes a minor issue that `--test-timeout` is not being
respected when running without `--test`.
0 commit comments