Signed-off-by: Ping Yu <yuping@pingcap.com>
This commit is contained in:
Ping Yu 2025-04-13 17:29:57 +08:00
parent dd493b6af5
commit 7f28b6fdab
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[profile.ci]
retries = 0
fail-fast = false
slow-timeout = { period = "60s", terminate-after = 3 } # Timeout 10m. TODO: speed up the slow tests.
slow-timeout = { period = "60s", terminate-after = 10 } # Timeout 10m. TODO: speed up the slow tests.
failure-output = "final"
[profile.ci.junit]