[PATCH i-g-t 1/2] tests/kms_vrr: Increase execution time for a test to 7 seconds

Nidhi Gupta nidhi1.gupta at intel.com
Tue May 30 06:11:29 UTC 2023


Increase execution time for a test 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 d2d79c4e..9b909e21 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 Intel-gfx-trybot mailing list