Skip to content

Commit c0d4be7

Browse files
committed
timeout 10m
Signed-off-by: Ping Yu <yuping@pingcap.com>
1 parent 1f99574 commit c0d4be7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

config/nextest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[profile.ci]
22
retries = 0
33
fail-fast = false
4-
slow-timeout = { period = "60s", terminate-after = 3 } # Timeout 3m.
4+
slow-timeout = { period = "60s", terminate-after = 10 } # Timeout 10m for `txn_split_batch`.
55
failure-output = "final"
66

77
[profile.ci.junit]

config/tikv.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ max-open-files = 10000
1414

1515
[raftdb]
1616
max-open-files = 10000
17+
18+
[storage]
19+
reserve-space = "0MiB"

0 commit comments

Comments
 (0)