mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
Tests/CMakeGUI: Avoid QtTest internal timeout before ctest's timeout
Issue: #27376
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user