mirror of https://github.com/tikv/client-rust.git
parent
dd493b6af5
commit
7f28b6fdab
|
@ -1,7 +1,7 @@
|
||||||
[profile.ci]
|
[profile.ci]
|
||||||
retries = 0
|
retries = 0
|
||||||
fail-fast = false
|
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"
|
failure-output = "final"
|
||||||
|
|
||||||
[profile.ci.junit]
|
[profile.ci.junit]
|
||||||
|
|
Loading…
Reference in New Issue