Changeset 91911 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Oct 20, 2021 7:07:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r91832 r91911 591 591 { 592 592 /** @todo Fudge! */ 593 RTMSINTERVAL const msWait = RTRandU32Ex(RT_MS_ 5SEC, RT_MS_30SEC);593 RTMSINTERVAL const msWait = RTRandU32Ex(RT_MS_1SEC, RT_MS_5SEC); 594 594 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, 595 595 "Waiting %RU32ms to let guest and the audio stack process remaining data ...\n", msWait);
Note:
See TracChangeset
for help on using the changeset viewer.