Changeset 95780 in vbox
- Timestamp:
- Jul 21, 2022 3:41:55 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/smoketests/tdSmokeTest1.py
r93115 r95780 147 147 # Simple test. 148 148 self.logVmInfo(oVM); 149 # Try waiting for a bit longer ( 5 minutes) until the CD is available to avoid running into timeouts.149 # Try waiting for a bit longer (15 minutes) until the CD is available to avoid running into timeouts. 150 150 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = True, cMsCdWait = 15 * 60 * 1000); 151 151 if oSession is not None: … … 162 162 if __name__ == '__main__': 163 163 sys.exit(tdSmokeTest1().main(sys.argv)); 164
Note:
See TracChangeset
for help on using the changeset viewer.