Files
BrowserOS/packages/browseros-agent/bunfig.toml
Dani Akash 290ee91a8b Add 'packages/browseros-agent/' from commit '90bd4be3008285bf3825aad3702aff98f872671a'
git-subtree-dir: packages/browseros-agent
git-subtree-mainline: 8f148d0918
git-subtree-split: 90bd4be300
2026-03-13 21:22:09 +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"