File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ namespace NEO {
1515
1616namespace WaitUtils {
1717
18- constexpr uint32_t defaultWaitCount = 64u ;
18+ constexpr uint32_t defaultWaitCount = 1u ;
1919extern uint32_t waitCount;
2020
2121inline bool waitFunction (volatile uint32_t *pollAddress, uint32_t expectedValue) {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ extern std::atomic<uint32_t> pauseCounter;
2020} // namespace CpuIntrinsicsTests
2121
2222TEST (WaitTest, givenDefaultSettingsWhenNoPollAddressProvidedThenPauseDefaultTimeAndReturnFalse) {
23- EXPECT_EQ (64u , WaitUtils::defaultWaitCount);
23+ EXPECT_EQ (1u , WaitUtils::defaultWaitCount);
2424
2525 WaitUtils::init ();
2626 EXPECT_EQ (WaitUtils::defaultWaitCount, WaitUtils::waitCount);
You can’t perform that action at this time.
0 commit comments