performance: reduce ULLS timeout to 1ms on XeLpg

Related-To: NEO-13843

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2025-09-01 15:42:53 +00:00
committed by Compute-Runtime-Automation
parent e52235b8ff
commit c31ca0a748
2 changed files with 13 additions and 1 deletions

View File

@@ -1181,7 +1181,7 @@ HWTEST2_F(ProductHelperTest, givenProductHelperThenCompressionIsNotForbidden, Is
EXPECT_FALSE(productHelper->isCompressionForbidden(hwInfo));
}
HWTEST2_F(ProductHelperTest, givenProductHelperBeforeXe2WhenOverrideDirectSubmissionTimeoutsThenTimeoutsNotAdjusted, IsAtMostXeCore) {
HWTEST2_F(ProductHelperTest, givenProductHelperBeforeXeLpgWhenOverrideDirectSubmissionTimeoutsThenTimeoutsNotAdjusted, IsAtMostDg2) {
DebugManagerStateRestore restorer;
uint64_t timeoutUs{5000};