mirror of
https://github.com/anthropic-experimental/sandbox-runtime.git
synced 2026-07-04 16:44:41 +08:00
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.