0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-16 00:59:04 +00:00
libsql/.cargo/nextest.toml
Lucio Franco e084a5dfcb
chore: retry flaky tests (#1015)
* chore: retry flaky tests

* add additionally for overrides
2024-02-12 19:29:20 +00:00

12 lines
276 B
TOML

[profile.default]
slow-timeout = { period = "60s", terminate-after = 2, , grace-period = "30s" }
retries = 3
[test-groups]
serial-integration = { max-threads = 1 }
[[profile.default.overrides]]
filter = 'test(test::bottomless)'
test-group = 'serial-integration'
retries = 3