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:
Sebastian Dröge 2025-03-26 09:04:10 +02:00 committed by GStreamer Marge Bot
parent ab43303c7a
commit 74bb92f484

View file

@ -4,3 +4,4 @@ fail-fast = false
[profile.ci.junit]
path = "junit.xml"
slow-timeout = { period = "20s", terminate-after = 4, grace-period = "5s" }