mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-09-01 09:23:50 +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]
|
[profile.ci]
|
||||||
failure-output = "immediate-final"
|
failure-output = "immediate-final"
|
||||||
fail-fast = false
|
fail-fast = false
|
||||||
|
slow-timeout = { period = "20s", terminate-after = 4, grace-period = "5s" }
|
||||||
|
|
||||||
[profile.ci.junit]
|
[profile.ci.junit]
|
||||||
path = "junit.xml"
|
path = "junit.xml"
|
||||||
slow-timeout = { period = "20s", terminate-after = 4, grace-period = "5s" }
|
|
||||||
|
|
Loading…
Reference in a new issue