mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
CMake GUI Tests: Increase default sleep time
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user