mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-21 12:55:09 +00:00
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"
|