From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 80EFE10E557 for ; Tue, 28 Nov 2023 14:30:19 +0000 (UTC) From: Swati Sharma To: igt-dev@lists.freedesktop.org Date: Tue, 28 Nov 2023 20:01:27 +0530 Message-Id: <20231128143127.203892-1-swati2.sharma@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t] tests/kms_sysfs_edid_timing: reduce num of iterations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Reduce no. of iterations, check if it helps in probe time failures. Signed-off-by: Swati Sharma --- tests/kms_sysfs_edid_timing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kms_sysfs_edid_timing.c b/tests/kms_sysfs_edid_timing.c index b36f383e5..eda01cef2 100644 --- a/tests/kms_sysfs_edid_timing.c +++ b/tests/kms_sysfs_edid_timing.c @@ -49,7 +49,7 @@ #define THRESHOLD_PER_CONNECTOR 150 #define THRESHOLD_PER_CONNECTOR_MEAN 140 #define THRESHOLD_ALL_CONNECTORS_MEAN 100 -#define CHECK_TIMES 15 +#define CHECK_TIMES 5 IGT_TEST_DESCRIPTION("This test checks the time it takes to reprobe each " "connector and fails if either the time it takes for " -- 2.25.1