mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 07:08:04 +08:00
fix: don't sleep in ULTs
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c40f0f2421
commit
90ecbd65ef
@@ -33,8 +33,6 @@ TEST(MockOSTime, WhenSleepingThenDeviceAndHostTimerAreIncreased) {
|
||||
&deviceTimestamp[0],
|
||||
&hostTimestamp[0]);
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::nanoseconds(1000));
|
||||
|
||||
mDev->getDeviceAndHostTimer(
|
||||
&deviceTimestamp[1],
|
||||
&hostTimestamp[1]);
|
||||
@@ -99,8 +97,6 @@ TEST(MockOSTime, WhenSleepingThenHostTimerIsIncreased) {
|
||||
mDev->getHostTimer(
|
||||
&hostTimestamp[0]);
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::nanoseconds(1000));
|
||||
|
||||
mDev->getHostTimer(
|
||||
&hostTimestamp[1]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user