zed/script/run-unit-evals
Richard Feldman 9e1e732db8
Use longer timeout on evals (#42465)
The GPT-5 ones in particular can take a long time!

Release Notes:

- N/A

---------

Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de>
2025-11-11 16:37:20 +00:00

5 lines
162 B
Bash
Executable file

#!/usr/bin/env bash
set -euxo pipefail
GPUI_TEST_TIMEOUT=1500 cargo nextest run --workspace --no-fail-fast --features unit-eval --no-capture -E 'test(::eval_)'