nextest.toml

Signed-off-by: Ping Yu <yuping@pingcap.com>
This commit is contained in:
Ping Yu 2025-03-23 18:01:18 +08:00
parent 81d0822745
commit 1d6e7d3143
1 changed files with 8 additions and 0 deletions

8
config/nextest.toml Normal file
View File

@ -0,0 +1,8 @@
[profile.ci]
retries = 0
fail-fast = false
slow-timeout = { period = "60s", terminate-after = 3 } # Timeout 3m.
failure-output = "final"
[profile.ci.junit]
path = "junit.xml"