We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e2aa0 commit e24a39dCopy full SHA for e24a39d
1 file changed
tests/test_cli_startup_benchmark.py
@@ -14,8 +14,8 @@
14
# Target: CLI should start in under 1.5 seconds (CI runners are slower)
15
CLI_STARTUP_TARGET_SECONDS = 1.5
16
17
-# Target: evaluation_test import should be under 5.0 seconds (CI runners are ~3-4x slower)
18
-EVALUATION_TEST_IMPORT_TARGET_SECONDS = 5.0
+# Target: evaluation_test import should be under 10.0 seconds (CI runners can be very slow)
+EVALUATION_TEST_IMPORT_TARGET_SECONDS = 10.0
19
20
# Number of runs to average (first run may be slower due to cold cache)
21
NUM_RUNS = 3
0 commit comments