Skip to content

qt: remove explicit timeout in test_ml_model

Pierre Lamot requested to merge chub/vlc:qml/test_ml_model_timeout into master

Our CI tend to run tests extremely slowly when heavy loaded. Qt tests will timeout by themselves after a global timeout and exit gracefully. As these checks are not supposed to timeout we can just remove the explicit timeout with no penalty for the case where the test runs under normal conditions.

fix: #29077 (closed)

Merge request reports

Loading