VirtualBox

Changeset 91199 in vbox


Ignore:
Timestamp:
Sep 10, 2021 1:42:42 PM (3 years ago)
Author:
vboxsync
Message:

Audio/VKAT: Wait a bit to let guest and the audio stack process remaining data. ​bugref:10008

File:
1 edited

Legend:

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

    r91194 r91199  
    610610                if (g_fTerminate)
    611611                    break;
     612            }
     613
     614            if (RT_SUCCESS(rc))
     615            {
     616                /** @todo Fudge! */
     617                RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Waiting a bit to let guest and the audio stack process remaining data  ...\n");
     618                RTThreadSleep(RT_MS_30SEC);
    612619            }
    613620
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