mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Revert "Give all_spec_routes_are_routable a 30s timeout that actually applies"
This reverts commit 7950441bee.
This commit is contained in:
parent
99dd7718c0
commit
a6282d0773
1 changed files with 4 additions and 7 deletions
|
|
@ -7,17 +7,14 @@ leak-timeout = "500ms"
|
|||
filter = "package(fabro-cli)"
|
||||
slow-timeout = { period = "6s", terminate-after = 4 }
|
||||
|
||||
# Must stay above the package-wide fabro-server override: nextest resolves
|
||||
# each setting from the first matching override, so a narrower filter
|
||||
# placed after a broader one never applies.
|
||||
[[profile.default.overrides]]
|
||||
filter = "package(fabro-server) & test(all_spec_routes_are_routable)"
|
||||
slow-timeout = { period = "10s", terminate-after = 3 }
|
||||
|
||||
[[profile.default.overrides]]
|
||||
filter = "package(fabro-server)"
|
||||
slow-timeout = { period = "5s", terminate-after = 4 }
|
||||
|
||||
[[profile.default.overrides]]
|
||||
filter = "package(fabro-server) & test(all_spec_routes_are_routable)"
|
||||
slow-timeout = { period = "15s", terminate-after = 4 }
|
||||
|
||||
[[profile.default.overrides]]
|
||||
filter = "package(fabro-workflow)"
|
||||
slow-timeout = { period = "2s", terminate-after = 3 }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue