matrix-rust-sdk/.config/nextest.toml

5 lines
208 B
TOML

[profile.default]
retries = { backoff = "exponential", count = 3, delay = "1s", jitter = true }
# kill the slow tests if they still aren't up after 180s
slow-timeout = { period = "60s", terminate-after = 3 }