tests: Add test timeout (10 minutes) to nextest configuration
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
9f046f02a2
commit
f9076cccfa
1 changed files with 3 additions and 0 deletions
3
.config/nextest.toml
Normal file
3
.config/nextest.toml
Normal 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 }
|
||||||
Loading…
Add table
Add a link
Reference in a new issue