VirtualBox

Changeset 66376 in vbox


Ignore:
Timestamp:
Mar 31, 2017 10:38:29 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114322
Message:

ValidationKit: if the msiexec process was found, decrease the amount of wating time before we (try to) kill it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py

    r66364 r66376  
    839839        if self._isProcessPresent('msiexec'):
    840840            cTimes = 0;
    841             while cTimes < 6:
     841            while cTimes < 3:
    842842                reporter.log('found running msiexec process, waiting a bit...');
    843843                time.sleep(20)  # In the hope that it goes away.
     
    845845                    break;
    846846                cTimes += 1;
     847            ## @todo this could also be the msiexec system service, try to detect this case!
    847848            if cTimes >= 6:
    848849                cKilled = self._killProcessesByName('msiexec', 'MSI driver installation');
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette