From 52197c7496560ae878287e76691de0b24543e3c3 Mon Sep 17 00:00:00 2001 From: pradeep-raveendranpillai-infosys Date: Tue, 12 May 2026 15:44:03 +0530 Subject: [PATCH] HUMAXEOS-5156: HLS hlsjs PlayRate Tests Fails --- src/mediaTests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mediaTests.js b/src/mediaTests.js index 3bb8e6d..9409d9a 100644 --- a/src/mediaTests.js +++ b/src/mediaTests.js @@ -172,8 +172,8 @@ var testPlayRate = new TestTemplate("PlayRate", function (video, runner) { // Each playbackRate will be verified on the span of |playbackTimePerRate|ms, with media position assertions frequency // of |checkInterval|/|playbackTimePerRate|. - const playbackTimePerRate = 2000; - const checkInterval = 500; + const playbackTimePerRate = 1500; + const checkInterval = 300; const numberOfChecks = Math.floor(playbackTimePerRate / checkInterval); // After each playbackRate change, wait for |warmUpTimeUpdates| * |timeupdate| events before proceeding with further steps.