0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-25 01:40:30 +00:00

chore: retry flaky tests ()

* chore: retry flaky tests

* add additionally for overrides
This commit is contained in:
Lucio Franco
2024-02-12 14:29:20 -05:00
committed by GitHub
parent 3022908784
commit e084a5dfcb

@ -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