ci: Configure nextest timeout in the right place

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1688>
This commit is contained in:
Sebastian Dröge 2025-03-27 17:08:20 +02:00
parent a39fe140ef
commit de65180c15

View file

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