mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
d85fa7277b
One test drives 34 routes against a real lab server, so its cost is the sum of 34 bounded waits and it lands wherever the runner's load puts it. Measured across `test / unit` shards of the same commit: 29.2s on Node 24 / React 19, 56.1s on Node 22 / React 18, 57.1s on Node 20 / React 19, and, on two runs of one commit on Node 20 / React 18, 41.4s and then a timeout at the old 60s ceiling. A five percent margin on the slowest shard is not a budget, so the new ceiling is 180s, about three times the slowest passing run. The number guards against a hang. It asserts nothing about elapsed time, because this test measures no durations. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>