tighten slow test limit

This commit is contained in:
Bryan Helmkamp 2026-03-31 13:12:57 -04:00
parent 11c3ee8594
commit 2a250ea079
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
[profile.default]
# Unit tests: flag SLOW after 2s, hard-kill after 4s
slow-timeout = { period = "3s", terminate-after = 2 }
slow-timeout = { period = "2s", terminate-after = 2 }
[profile.e2e]
# E2E (ignored) tests: flag SLOW after 10s, hard-kill after 30s