Changeset 79219 in vbox
- Timestamp:
- Jun 18, 2019 9:50:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/txsclient.py
r79156 r79219 637 637 rc = self.waitForTask(self.cMsTimeout + 5000); 638 638 if rc is False: 639 reporter.maybeErr Xcpt(self.fErr, 'asyncToSync: waitForTask failed...');639 reporter.maybeErr(self.fErr, 'asyncToSync: waitForTask failed...'); 640 640 self.cancelTask(); 641 641 #reporter.log2('asyncToSync(%s): returns False (#2)' % (fnAsync, rc));
Note:
See TracChangeset
for help on using the changeset viewer.