Changeset 66376 in vbox
- Timestamp:
- Mar 31, 2017 10:38:29 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114322
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r66364 r66376 839 839 if self._isProcessPresent('msiexec'): 840 840 cTimes = 0; 841 while cTimes < 6:841 while cTimes < 3: 842 842 reporter.log('found running msiexec process, waiting a bit...'); 843 843 time.sleep(20) # In the hope that it goes away. … … 845 845 break; 846 846 cTimes += 1; 847 ## @todo this could also be the msiexec system service, try to detect this case! 847 848 if cTimes >= 6: 848 849 cKilled = self._killProcessesByName('msiexec', 'MSI driver installation');
Note:
See TracChangeset
for help on using the changeset viewer.