Changeset 91558 in vbox for trunk/src/VBox
- Timestamp:
- Oct 5, 2021 8:18:25 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r91428 r91558 39 39 import signal 40 40 import subprocess 41 import time 41 42 42 43 # Only the main script needs to modify the path. … … 713 714 reporter.testDone(); 714 715 716 reporter.log('Waiting for any OS startup sounds getting played (to skip those) ...'); 717 time.sleep(90); 718 715 719 if oSession is not None: 716 720 self.addTask(oTxsSession);
Note:
See TracChangeset
for help on using the changeset viewer.