We have some tests that hang in Windows. I need to figure out how to fix the problem permanently, but I would in the meantime like to prevent tests from hanging by adding a default timeout.
Vitest uses 5s default timeout. I was thinking about applying the same.
@cowboyd Thoughts about constraints for configuration design?
- Do we want timeout to be on by default?
- Does it have to be pure or do we want to configure it via ESM module scope?
- How do we enable it or disable it?
We have some tests that hang in Windows. I need to figure out how to fix the problem permanently, but I would in the meantime like to prevent tests from hanging by adding a default timeout.
Vitest uses 5s default timeout. I was thinking about applying the same.
@cowboyd Thoughts about constraints for configuration design?