[igt-dev] [PATCH i-g-t] test:/kms_sysfs_edid_timing: Icrease mean time

Nidhi Gupta nidhi1.gupta at intel.com
Tue Apr 19 10:51:50 UTC 2022


Some monitors taking long time to read the edid data
so increasing mean time.

Signed-off-by: Nidhi Gupta <nidhi1.gupta at intel.com>
---
 tests/kms_sysfs_edid_timing.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/kms_sysfs_edid_timing.c b/tests/kms_sysfs_edid_timing.c
index 12013881..e2be3f5c 100644
--- a/tests/kms_sysfs_edid_timing.c
+++ b/tests/kms_sysfs_edid_timing.c
@@ -26,9 +26,9 @@
 #include <fcntl.h>
 #include <sys/stat.h>
 
-#define THRESHOLD_PER_CONNECTOR	10
-#define THRESHOLD_TOTAL		50
-#define CHECK_TIMES		15
+#define THRESHOLD_PER_CONNECTOR	200
+#define THRESHOLD_TOTAL		200
+#define CHECK_TIMES		30
 
 IGT_TEST_DESCRIPTION("This check the time we take to read the content of all "
 		     "the possible connectors. Without the edid -ENXIO patch "
-- 
2.26.2



More information about the igt-dev mailing list