Something like this would help us avoid setting `disabledTests: true` for web-platform tests that are hanging due to a harness bug. ``` export const myTest = { timeout: 10_000, // in ms. async test() { scheduler.wait(11_000); } } ```