[RFC, i-g-t] test:/kms_sysfs_edid_timing: Icrease mean time
Nidhi Gupta
nidhi1.gupta at intel.com
Tue Apr 5 03:59:19 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..ce0a85a8 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 20
+#define THRESHOLD_TOTAL 100
+#define CHECK_TIMES 25
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 Intel-gfx-trybot
mailing list