Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: increase timeout of running WPT #44574

Merged
merged 1 commit into from Sep 11, 2022

Commits on Sep 9, 2022

  1. tools: increase timeout of running WPT

    We run all WPT from one subset in the same process using workers.
    As the number of the tests grow, it can take longer to run some of the
    subsets, but it's still overall faster than running them in different
    processes. This patch increases the timeout
    for WPT to prevent the test from failing because it takes longer
    to run (even though it would still complete at some point).
    joyeecheung committed Sep 9, 2022
    Copy the full SHA
    978a753 View commit details
    Browse the repository at this point in the history