tests: Add test timeout (10 minutes) to nextest configuration

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford 2025-11-15 09:01:55 +00:00
parent 9f046f02a2
commit f9076cccfa

3
.config/nextest.toml Normal file
View file

@ -0,0 +1,3 @@
[profile.default]
# Don't let one individual test run for more than 10 minutes
slow-timeout = { period = "60s", terminate-after = 10 }