VirtualBox

Changeset 91911 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Oct 20, 2021 7:07:54 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Shortened the (fudge) time for letting the guest and the audio stack process remaining data to 5s max. ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp

    r91832 r91911  
    591591            {
    592592                /** @todo Fudge! */
    593                 RTMSINTERVAL const msWait = RTRandU32Ex(RT_MS_5SEC, RT_MS_30SEC);
     593                RTMSINTERVAL const msWait = RTRandU32Ex(RT_MS_1SEC, RT_MS_5SEC);
    594594                RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS,
    595595                             "Waiting %RU32ms to let guest and the audio stack process remaining data  ...\n", msWait);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette