mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-18 19:16:22 +00:00
git-subtree-dir: packages/browseros-agent git-subtree-mainline:8f148d0918git-subtree-split:90bd4be300
16 lines
358 B
TOML
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"
|