Changeset 84094 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Apr 30, 2020 7:19:16 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r84034 r84094 163 163 self.logVmInfo(oVM); 164 164 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = True, 165 cMsCdWait = 5 * 60 * 1000, 165 166 sFileCdWait = self.sFileCdWait); 166 167 if oSession is not None: … … 314 315 reporter.error('Error installing Windows Guest Additions (installer returned with exit code)') 315 316 else: 316 (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout = 3 * 60000);317 (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout = 15 * 60 * 1000); 317 318 if fRc is True: 318 319 # Add the Windows Guest Additions installer files to the files we want to download
Note:
See TracChangeset
for help on using the changeset viewer.