Skip to content
Snippets Groups Projects

qt: remove explicit timeout in test_ml_model

Merged Pierre Lamot requested to merge chub/vlc:qml/test_ml_model_timeout into master
  1. Mar 18, 2025
    • Pierre Lamot's avatar
      qt: remove explicit timeout in test_ml_model · 81723f2b
      Pierre Lamot authored and Steve Lhomme's avatar Steve Lhomme committed
      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
      81723f2b
Loading