By default, fixtures share timeout with the test they are instantiated for.
However, for more heavy fixtures, especially worker-scoped ones, it makes
sense to have a separate timeout.
This introduces `{ timeout: number }` option to the list of fixture options
that opts the fixture into a dedicated timeout rather than sharing it
with the test.
|
||
|---|---|---|
| .. | ||
| test | ||
| exported.json | ||
| index.js | ||
| overrides-test.d.ts | ||
| overrides-testReporter.d.ts | ||
| overrides.d.ts | ||
| parseOverrides.js | ||