Tests/CMakeGUI: Avoid QtTest internal timeout before ctest's timeout

Issue: #27376
This commit is contained in:
Brad King
2025-11-14 11:54:33 -05:00
parent 34b7e7ac64
commit 2e5442eef5
+3
View File
@@ -1,3 +1,6 @@
# Avoid QtTest library timeouts before ctest's timeout.
set(ENV{QTEST_FUNCTION_TIMEOUT} 3600000)
function(run_cmake_gui_test name)
if(DEFINED ENV{CMakeGUITest_TEST_FILTER} AND NOT name MATCHES "$ENV{CMakeGUITest_TEST_FILTER}")
return()