mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-12-16 00:59:04 +00:00
e084a5dfcb
* chore: retry flaky tests * add additionally for overrides
12 lines
276 B
TOML
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
|