[vlc-commits] [Git][videolan/vlc][master] qt: increase test_thread_runner timeout

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Sun Feb 16 10:43:32 UTC 2025



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
906aa994 by Pierre Lamot at 2025-02-16T10:30:12+00:00
qt: increase test_thread_runner timeout

The current value yields spurious failure on CI server under heavy load

fix #29029

- - - - -


1 changed file:

- modules/gui/qt/tests/test_thread_runner.cpp


Changes:

=====================================
modules/gui/qt/tests/test_thread_runner.cpp
=====================================
@@ -22,7 +22,7 @@
 #include "../medialibrary/mlthreadpool.hpp"
 #include "qtestcase.h"
 
-static const int TASK_TIMEOUT = 50; //MS
+static const int TASK_TIMEOUT = 300; //MS
 
 class Dummy : public QObject
 {



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/906aa9940a4a5c27764cb1ac11f07b74a775a6ca

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/906aa9940a4a5c27764cb1ac11f07b74a775a6ca
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list