9 lines
311 B
TOML
9 lines
311 B
TOML
[test]
|
|
# Timeout for individual tests - increased for Windows compatibility
|
|
timeout = "10s"
|
|
|
|
# Reduce memory usage during test runs to prevent WSL2 crashes
|
|
smol = true
|
|
|
|
# Reduce concurrency to help with Windows file system contention
|
|
# Note: This is a future-proofing setting as Bun may add concurrency controls |