Changeset 66360 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Mar 30, 2017 1:41:43 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114301
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r66298 r66360 838 838 839 839 if self._isProcessPresent('msiexec'): 840 time.sleep(1 5);# In the hope that it goes away.840 time.sleep(120) # In the hope that it goes away. 841 841 cKilled = self._killProcessesByName('msiexec', 'MSI driver installation'); 842 842 if cKilled > 0:
Note:
See TracChangeset
for help on using the changeset viewer.