GRM-74: fix: lower test speed threshold to 4s and update devx to v0.8.2

This commit is contained in:
2026-06-23 20:47:42 +00:00
parent c5d8cbef5a
commit e6918a9be9
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
# Checks both total suite time (10s) and per-test time (0.5s).
# Aligned with CI (ci.yml uses same thresholds).
set -e
python3 -m devx.tools.check_test_speed --max-seconds 10 --max-single-seconds 0.5
python3 -m devx.tools.check_test_speed --max-seconds 4 --max-single-seconds 0.5