VirtualBox

Changeset 84699 in vbox


Ignore:
Timestamp:
Jun 5, 2020 3:26:43 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138470
Message:

Main: bugref:9341: Disabled 3D in the VM and increased timeout during waiting GA installed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py

    r84655 r84699  
    667667
    668668            (fRc, _, _, _) = self.guestProcessExecute(oGuestSession, 'Installing guest additions',
    669                                                       5 * 60 *1000, '/usr/bin/sudo',
     669                                                      10 * 60 *1000, '/usr/bin/sudo',
    670670                                                      ['/usr/bin/sudo', '/bin/sh',
    671671                                                       '/media/cdrom/VBoxLinuxAdditions.run'],
     
    10211021                oWrapperProgress = vboxwrappers.ProgressWrapper(oCurProgress, self.oTestDriver.oVBoxMgr,
    10221022                                                                self.oTestDriver, "installAdditions");
    1023                 oWrapperProgress.wait();
     1023                oWrapperProgress.wait(cMsTimeout = 10 * 60 * 1000);
    10241024                if not oWrapperProgress.isSuccess():
    10251025                    oWrapperProgress.logResult(fIgnoreErrors = False);
     
    15361536            fRc = fRc and oSession.enableNestedPaging(True);
    15371537            fRc = fRc and oSession.enableNestedHwVirt(True);
     1538            # disable 3D until the error is fixed.
     1539            fRc = fRc and oSession.setAccelerate3DEnabled(False);
    15381540            fRc = fRc and oSession.saveSettings();
    15391541            fRc = oSession.close() and fRc and True; # pychecker hack.
Note: See TracChangeset for help on using the changeset viewer.

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