Changeset 84113 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
- Timestamp:
- Apr 30, 2020 4:09:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r84094 r84113 315 315 reporter.error('Error installing Windows Guest Additions (installer returned with exit code)') 316 316 else: 317 (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout = 15 * 60 * 1000); 317 (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout = 15 * 60 * 1000, 318 cMsCdWait = 15 * 60 * 1000); 318 319 if fRc is True: 319 320 # Add the Windows Guest Additions installer files to the files we want to download … … 386 387 if fRc: 387 388 reporter.testStart('Rebooting guest w/ updated Guest Additions active'); 388 (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, 15 * 60 * 1000,389 sFileCdWait = self.sFileCdWait);389 (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout = 15 * 60 * 1000, 390 cMsCdWait = 15 * 60 * 1000); 390 391 if fRc: 391 392 pass
Note:
See TracChangeset
for help on using the changeset viewer.