[igt-dev] [PATCH i-g-t] tests/kms_sysfs_edid_timing: reduce num of iterations
Swati Sharma
swati2.sharma at intel.com
Tue Nov 28 14:31:27 UTC 2023
Reduce no. of iterations, check if it helps in probe time
failures.
Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
---
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
More information about the igt-dev
mailing list