Files
sandbox-runtime/test
Alice Poteat e4f95d2d33 test: per-test budget above curl's --max-time in request-filter suite
Every test in the suite drives real TLS (CA mint, MITM re-encrypt)
through a spawned curl whose functional watchdog is --max-time 10, but
bun's default 5s test timeout fires first: a slow shard gets an opaque
5001ms kill instead of a pass or a diagnosable curl failure. Set the
per-test budget to 15s so the inner watchdog can actually fire.

Seen as a one-shard timeout of the back-compat test on linux/x86-64.
2026-06-12 13:55:07 -07:00
..