VirtualBox

Ignore:
Timestamp:
Apr 29, 2020 5:32:17 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdSmokeTest1: Try waiting for a bit longer (5 minutes) until the CD is available to avoid running into timeouts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/smoketests/tdSmokeTest1.py

    r82968 r84090  
    147147        # Simple test.
    148148        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);
    150151        if oSession is not None:
    151152            self.addTask(oTxsSession);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette