From 8682d1b7b262258b779cba66a0e6e76f6617d588 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Mon, 28 Sep 2020 12:08:28 -0400 Subject: CMake GUI Tests: Increase default sleep time --- Tests/CMakeGUI/CMakeGUITest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CMakeGUI/CMakeGUITest.cxx b/Tests/CMakeGUI/CMakeGUITest.cxx index 80ea08d..25a92a5 100644 --- a/Tests/CMakeGUI/CMakeGUITest.cxx +++ b/Tests/CMakeGUI/CMakeGUITest.cxx @@ -19,7 +19,7 @@ #include "FirstConfigure.h" namespace { -void loopSleep(int msecs = 100) +void loopSleep(int msecs = 500) { QEventLoop loop; QTimer::singleShot(msecs, &loop, &QEventLoop::quit); -- cgit v0.12