mirror of https://github.com/tikv/client-rust.git
parent
1f99574264
commit
c0d4be759a
|
@ -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]
|
||||
|
|
|
@ -14,3 +14,6 @@ max-open-files = 10000
|
|||
|
||||
[raftdb]
|
||||
max-open-files = 10000
|
||||
|
||||
[storage]
|
||||
reserve-space = "0MiB"
|
||||
|
|
Loading…
Reference in New Issue