Changeset 93817 in vbox
- Timestamp:
- Feb 17, 2022 9:10:17 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r93797 r93817 2889 2889 try: 2890 2890 reporter.log('Waiting for blocking process #%d getting started...' % (i)); 2891 eWaitResult = o Process.waitForArray([ vboxcon.ProcessWaitForFlag_Start, ], 30 * 1000);2892 eProcessStatus = o Process.status;2891 eWaitResult = oCurProc.waitForArray([ vboxcon.ProcessWaitForFlag_Start, ], 30 * 1000); 2892 eProcessStatus = oCurProc.status; 2893 2893 except: 2894 2894 fRc = reporter.errorXcpt('Waiting for blocking process #%d failed:' % (i,));
Note:
See TracChangeset
for help on using the changeset viewer.