mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-04-15 04:14:07 +00:00
ci: Decrease test timeouts
Consider tests slow if they take more than 20s and terminate them after 80s, and if they're not responsive kill them 5s later. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1679>
This commit is contained in:
parent
ab43303c7a
commit
74bb92f484
1 changed files with 1 additions and 0 deletions
|
@ -4,3 +4,4 @@ fail-fast = false
|
|||
|
||||
[profile.ci.junit]
|
||||
path = "junit.xml"
|
||||
slow-timeout = { period = "20s", terminate-after = 4, grace-period = "5s" }
|
||||
|
|
Loading…
Reference in a new issue