mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-05-14 23:52:29 +00:00
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
|