We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f99574 commit c0d4be7Copy full SHA for c0d4be7
2 files changed
config/nextest.toml
@@ -1,7 +1,7 @@
1
[profile.ci]
2
retries = 0
3
fail-fast = false
4
-slow-timeout = { period = "60s", terminate-after = 3 } # Timeout 3m.
+slow-timeout = { period = "60s", terminate-after = 10 } # Timeout 10m for `txn_split_batch`.
5
failure-output = "final"
6
7
[profile.ci.junit]
config/tikv.toml
@@ -14,3 +14,6 @@ max-open-files = 10000
14
15
[raftdb]
16
max-open-files = 10000
17
+
18
+[storage]
19
+reserve-space = "0MiB"
0 commit comments