Files
BrowserOS/bunfig.toml
Dani Akash 4eeb441e06 fix: lockfile issue with bun (#138)
* fix: lockfile issue with bun

* chore: delete unnecessary config files
2025-12-30 16:18:26 +05:30

16 lines
358 B
TOML

# Bun configuration
[test]
# Increase timeout to 30 seconds to account for:
# - BrowserOS cold start (10-15 seconds)
# - Slow integration tests
# - Browser automation overhead
timeout = 30000
# Run tests serially to avoid port conflicts and race conditions
# (Note: Tests already use mutex for browser access)
# preload = []
[install]
linker = "isolated"