{"id":19950,"url":"https://patchwork.libcamera.org/api/1.1/patches/19950/?format=json","web_url":"https://patchwork.libcamera.org/patch/19950/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20240424234224.9658-6-laurent.pinchart@ideasonboard.com>","date":"2024-04-24T23:42:23","name":"[v1,5/6] test: v4l2_videodevice: Increase timeout for vimc capture tests","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"4f6f693f649de6ce5ffc15a9659d6fd15045c926","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/1.1/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/19950/mbox/","series":[{"id":4271,"url":"https://patchwork.libcamera.org/api/1.1/series/4271/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=4271","date":"2024-04-24T23:42:18","name":"vimc scaling improvements","version":1,"mbox":"https://patchwork.libcamera.org/series/4271/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/19950/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/19950/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id E5793C328D\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 24 Apr 2024 23:42:48 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 54D636340F;\n\tThu, 25 Apr 2024 01:42:47 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 8DD00633FF\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 25 Apr 2024 01:42:35 +0200 (CEST)","from pendragon.ideasonboard.com\n\t(117.145-247-81.adsl-dyn.isp.belgacom.be [81.247.145.117])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 2CC464D0\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 25 Apr 2024 01:41:43 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"AgWEaM/U\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1714002103;\n\tbh=LzaLktD5tDXg7kuHnEcqENbWwSzTDkSzaRjNbd85sgA=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=AgWEaM/U/alF6PXeM30X+EUJq0uzp7Oe5n4+N3wlXlip/XCGlRHCR4TInCOdBYhrI\n\ty3a8yE/4paTmjkJ7bv1ZsmgsFKXgk3AmYNMifJFA+JhNRgu0/Id6nJZzXKCUwwAsda\n\tHs9LUjilj4wgRKdtF/tjImfjNwfF+AG1PpGxxJUM=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Subject":"[PATCH v1 5/6] test: v4l2_videodevice: Increase timeout for vimc\n\tcapture tests","Date":"Thu, 25 Apr 2024 02:42:23 +0300","Message-ID":"<20240424234224.9658-6-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.43.2","In-Reply-To":"<20240424234224.9658-1-laurent.pinchart@ideasonboard.com>","References":"<20240424234224.9658-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"On slower machines, a 1s timeout to capture frames with vimc can be too\nshort and cause test failures. Make the timeout proportional to the\nnumber of frames expected to be captured, using a conservative low\nestimate of the frame rate at 2fps. This does not increase the test time\nif the vimc driver is fast enough to produce frames.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n test/v4l2_videodevice/capture_async.cpp | 11 +++++++----\n 1 file changed, 7 insertions(+), 4 deletions(-)","diff":"diff --git a/test/v4l2_videodevice/capture_async.cpp b/test/v4l2_videodevice/capture_async.cpp\nindex 42e1e671790b..673664615ada 100644\n--- a/test/v4l2_videodevice/capture_async.cpp\n+++ b/test/v4l2_videodevice/capture_async.cpp\n@@ -61,10 +61,12 @@ protected:\n \t\tif (ret)\n \t\t\treturn TestFail;\n \n-\t\ttimeout.start(10000ms);\n+\t\tconst unsigned int nFrames = 30;\n+\n+\t\ttimeout.start(500ms * nFrames);\n \t\twhile (timeout.isRunning()) {\n \t\t\tdispatcher->processEvents();\n-\t\t\tif (frames > 30)\n+\t\t\tif (frames > nFrames)\n \t\t\t\tbreak;\n \t\t}\n \n@@ -73,8 +75,9 @@ protected:\n \t\t\treturn TestFail;\n \t\t}\n \n-\t\tif (frames < 30) {\n-\t\t\tstd::cout << \"Failed to capture 30 frames within timeout.\" << std::endl;\n+\t\tif (frames < nFrames) {\n+\t\t\tstd::cout << \"Failed to capture \" << nFrames\n+\t\t\t\t  << \" frames within timeout.\" << std::endl;\n \t\t\treturn TestFail;\n \t\t}\n \n","prefixes":["v1","5/6"]}