mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
e52235b8ff
commit
c31ca0a748
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user