Skip to content

Commit c067976

Browse files
committed
fix: bug in sysman pci stats CTS
Related-To: VLCLJ-2334 Signed-off-by: B, Vishnu Khanth <vishnu.khanth.b@intel.com>
1 parent be714f6 commit c067976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance_tests/sysman/test_sysman_pci/src/test_sysman_pci.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ TEST_F(PCI_TEST, GivenSysmanHandleWhenRetrievingPCIStatsThenStatsAreReturned) {
176176
do {
177177
pci_stats_later = lzt::get_pci_stats(device);
178178
wait += IDLE_WAIT_TIMESTEP_MSEC;
179-
// sleep for sometime befor next check
179+
// sleep for sometime before next check
180180
std::this_thread::sleep_for(
181181
std::chrono::milliseconds(IDLE_WAIT_TIMESTEP_MSEC));
182182
} while (pci_stats_later.timestamp == pci_stats_initial.timestamp &&

0 commit comments

Comments
 (0)