mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-05-25 01:40:30 +00:00
chore: retry flaky tests (#1015)
* chore: retry flaky tests * add additionally for overrides
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
[profile.default]
|
||||
slow-timeout = { period = "60s", terminate-after = 2, , grace-period = "30s" }
|
||||
retries = 3
|
||||
|
||||
[test-groups]
|
||||
serial-integration = { max-threads = 1 }
|
||||
@ -7,3 +8,4 @@ serial-integration = { max-threads = 1 }
|
||||
[[profile.default.overrides]]
|
||||
filter = 'test(test::bottomless)'
|
||||
test-group = 'serial-integration'
|
||||
retries = 3
|
||||
|
Reference in New Issue
Block a user