mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-15 23:32:46 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
51c57b5d8f
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[profile.default]
|
||||
# Unit tests: flag SLOW after 5s, hard-kill after 15s
|
||||
# Unit tests: flag SLOW after 1.5s, hard-kill after 3s for most crates
|
||||
slow-timeout = { period = "1.5s", terminate-after = 2 }
|
||||
|
||||
[[profile.default.overrides]]
|
||||
|
|
@ -10,6 +10,10 @@ slow-timeout = { period = "1.5s", terminate-after = 2 }
|
|||
filter = "package(fabro-server) & kind(test)"
|
||||
slow-timeout = { period = "5s", terminate-after = 2 }
|
||||
|
||||
[[profile.default.overrides]]
|
||||
filter = "package(fabro-workflow) & kind(test)"
|
||||
slow-timeout = { period = "3s", terminate-after = 2 }
|
||||
|
||||
[profile.e2e]
|
||||
# E2E (ignored) tests: flag SLOW after 10s, hard-kill after 30s
|
||||
slow-timeout = { period = "10s", terminate-after = 3 }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue