mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-01 09:13:48 +00:00
ci: Configure nextest timeout in the right place
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2159>
This commit is contained in:
parent
10ed6582a9
commit
3a4d01d1fb
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