[igt-dev] [PATCH i-g-t] tests/kms_vrr: Increase time test measurement step runs to ~7 seconds
Nidhi Gupta
nidhi1.gupta at intel.com
Mon May 29 11:38:09 UTC 2023
Increase time test measurement step runs to ~7 seconds.
This gives a decent sample size + enough time for any
adaptation to occur if necessary.
Signed-off-by: Nidhi Gupta <nidhi1.gupta at intel.com>
---
tests/kms_vrr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c
index d2d79c4eb..9b909e21f 100644
--- a/tests/kms_vrr.c
+++ b/tests/kms_vrr.c
@@ -28,10 +28,10 @@
#define NSECS_PER_SEC (1000000000ull)
/*
- * Each test measurement step runs for ~5 seconds.
+ * Each test measurement step runs for ~7 seconds.
* This gives a decent sample size + enough time for any adaptation to occur if necessary.
*/
-#define TEST_DURATION_NS (5000000000ull)
+#define TEST_DURATION_NS (7000000000ull)
#define DRM_MODE_FMT "\"%s\": %d %d %d %d %d %d %d %d %d %d 0x%x 0x%x"
#define DRM_MODE_ARG(m) \
--
2.39.0
More information about the igt-dev
mailing list