VirtualBox

Ignore:
Timestamp:
Mar 3, 2023 4:27:01 PM (22 months ago)
Author:
vboxsync
Message:

ValidationKit: tdAddBasic1: Increase timeout value when waiting for guest to boot, bugref:10359.

In case of Linux, guest might build kernel modules on system boot. Default
timeout value for waiting guest to start of 2 mins is not enough in some cases.
Increase it to 15 mins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py

    r98651 r98832  
    535535            eExpectedRunLevel = vboxcon.AdditionsRunLevelType_Userland;
    536536
    537         return self.waitForGAs(oSession, aenmWaitForRunLevels = [ eExpectedRunLevel ]);
     537        # Give the guest some time to build Guest Additions on system boot if needed.
     538        return self.waitForGAs(oSession, cMsTimeout = 15 * 60 * 1000, aenmWaitForRunLevels = [ eExpectedRunLevel ]);
    538539
    539540    def testIGuest_additionsVersion(self, oGuest):
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