timeout 10m

Signed-off-by: Ping Yu <yuping@pingcap.com>
This commit is contained in:
Ping Yu 2025-03-16 11:47:25 +08:00
parent 1f99574264
commit c0d4be759a
2 changed files with 4 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 3m.
slow-timeout = { period = "60s", terminate-after = 10 } # Timeout 10m for `txn_split_batch`.
failure-output = "final"
[profile.ci.junit]

View File

@ -14,3 +14,6 @@ max-open-files = 10000
[raftdb]
max-open-files = 10000
[storage]
reserve-space = "0MiB"