Add timeout to ffmpeg hardware tests#6154
Conversation
|
Unable to replicate on v0.28.1, or latest_develop, could have been update to one of many components in the middle I think the test is still appreciated since it does obey TERM and KILL and docker systems without hwaccel support can early exit |
|
For the record, running the same commands now yields (correctly) |
|
Isn't there a |
|
Having it in the config file is a bit overkill for the purpose. This was mainly to avoid the application hanging, so let's just bump up the default. What value is working for you? |
|
This pull request has been mentioned on Stash. There might be relevant details there: |
Resolves #6064
Defaults timeout to 1 second which should be fine for most tests and systems. The timeout can be overridden by setting the
STASH_HW_TEST_TIMEOUTenvironment variable in seconds.