VirtualBox

Changeset 66360 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Mar 30, 2017 1:41:43 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114301
Message:

ValidationKit: increase the timeout before we kill msiexec from 15 seconds to 120 seconds

File:
1 edited

Legend:

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

    r66298 r66360  
    838838
    839839        if self._isProcessPresent('msiexec'):
    840             time.sleep(15);     # In the hope that it goes away.
     840            time.sleep(120)     # In the hope that it goes away.
    841841            cKilled = self._killProcessesByName('msiexec', 'MSI driver installation');
    842842            if cKilled > 0:
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