All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] test:/kms_sysfs_edid_timing: Icrease mean time
@ 2022-04-19 10:51 Nidhi Gupta
  2022-04-19 11:40 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nidhi Gupta @ 2022-04-19 10:51 UTC (permalink / raw)
  To: igt-dev; +Cc: Nidhi Gupta

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

Signed-off-by: Nidhi Gupta <nidhi1.gupta@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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-19 16:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-19 10:51 [igt-dev] [PATCH i-g-t] test:/kms_sysfs_edid_timing: Icrease mean time Nidhi Gupta
2022-04-19 11:40 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-04-19 13:02 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2022-04-19 16:20 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.