mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-04-04 15:19:36 +00:00
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:
parent
a39fe140ef
commit
de65180c15
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue