mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
test timing tweaks
This commit is contained in:
parent
7f0f014bfb
commit
0eb52b7d4b
1 changed files with 4 additions and 16 deletions
|
|
@ -1,22 +1,10 @@
|
|||
[profile.default]
|
||||
# Unit tests: flag SLOW after 5s, hard-kill after 15s
|
||||
slow-timeout = { period = "5s", terminate-after = 3 }
|
||||
slow-timeout = { period = "3s", terminate-after = 2 }
|
||||
|
||||
[[profile.default.overrides]]
|
||||
filter = "package(fabro-cli) & kind(test)"
|
||||
slow-timeout = { period = "5s", terminate-after = 4 }
|
||||
|
||||
[[profile.default.overrides]]
|
||||
filter = "package(fabro-llm)"
|
||||
slow-timeout = { period = "10s", terminate-after = 3 }
|
||||
|
||||
[[profile.default.overrides]]
|
||||
filter = "package(fabro-oauth)"
|
||||
slow-timeout = { period = "10s", terminate-after = 3 }
|
||||
|
||||
[[profile.default.overrides]]
|
||||
filter = "package(fabro-tracker)"
|
||||
slow-timeout = { period = "10s", terminate-after = 3 }
|
||||
[[profile.default.overrides]]
|
||||
filter = "package(fabro-cli) & kind(test)"
|
||||
slow-timeout = { period = "5s", terminate-after = 4 }
|
||||
|
||||
[profile.e2e]
|
||||
# E2E (ignored) tests: flag SLOW after 10s, hard-kill after 30s
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue