Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: increase timeout of running WPT
We run all WPT from one subset in the same process using vm contexts. 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 or different workers. 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).
- Loading branch information