Skip to main content
Use the --timeout flag to set a timeout for each test in milliseconds. A test that exceeds this timeout is marked as failed. The default timeout is 5000 (5 seconds).
terminal
bun test --timeout 3000 # 3 seconds

See bun test.