Changeset 84116 in vbox for trunk/src/VBox/ValidationKit/tests/smoketests/tdSmokeTest1.py
- Timestamp:
- Apr 30, 2020 5:21:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/smoketests/tdSmokeTest1.py
r84090 r84116 148 148 self.logVmInfo(oVM); 149 149 # Try waiting for a bit longer (5 minutes) until the CD is available to avoid running into timeouts. 150 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = True, cMsCdWait = 5 * 60 * 1000);150 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = True, cMsCdWait = 15 * 60 * 1000); 151 151 if oSession is not None: 152 152 self.addTask(oTxsSession);
Note:
See TracChangeset
for help on using the changeset viewer.