Changeset 91199 in vbox
- Timestamp:
- Sep 10, 2021 1:42:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r91194 r91199 610 610 if (g_fTerminate) 611 611 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); 612 619 } 613 620
Note:
See TracChangeset
for help on using the changeset viewer.