diff options
Diffstat (limited to 'test/camera')
-rw-r--r-- | test/camera/capture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/camera/capture.cpp b/test/camera/capture.cpp index 98e71905..7ce247cc 100644 --- a/test/camera/capture.cpp +++ b/test/camera/capture.cpp @@ -115,7 +115,7 @@ protected: EventDispatcher *dispatcher = CameraManager::instance()->eventDispatcher(); Timer timer; - timer.start(100); + timer.start(1000); while (timer.isRunning()) dispatcher->processEvents(); |