VirtualBox

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


Ignore:
Timestamp:
Apr 30, 2020 7:19:16 AM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAAddBasic1.py: Also raising timeouts for (re-)connecting to TXS / waiting for media; needed for busy testboxes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py

    r84034 r84094  
    163163        self.logVmInfo(oVM);
    164164        oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = True,
     165                                                                  cMsCdWait = 5 * 60 * 1000,
    165166                                                                  sFileCdWait = self.sFileCdWait);
    166167        if oSession is not None:
     
    314315            reporter.error('Error installing Windows Guest Additions (installer returned with exit code)')
    315316        else:
    316             (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout = 3 * 60000);
     317            (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout = 15 * 60 * 1000);
    317318            if fRc is True:
    318319                # Add the Windows Guest Additions installer files to the files we want to download
Note: See TracChangeset for help on using the changeset viewer.

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