diff --git a/test/camera/capture.cpp b/test/camera/capture.cpp
index 98e71905531c76fe..7ce247cc482dfe4c 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();
 
