Changeset 84090 in vbox for trunk/src/VBox/ValidationKit/tests/smoketests
- Timestamp:
- Apr 29, 2020 5:32:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/smoketests/tdSmokeTest1.py
r82968 r84090 147 147 # Simple test. 148 148 self.logVmInfo(oVM); 149 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = True); 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 151 if oSession is not None: 151 152 self.addTask(oTxsSession);
Note:
See TracChangeset
for help on using the changeset viewer.