mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-04-15 04:14:07 +00:00
ci: Configure nextest timeout in the right place
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1689>
This commit is contained in:
parent
e26fe558ac
commit
318196b846
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