Changeset 98832 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
- Timestamp:
- Mar 3, 2023 4:27:01 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r98651 r98832 535 535 eExpectedRunLevel = vboxcon.AdditionsRunLevelType_Userland; 536 536 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 ]); 538 539 539 540 def testIGuest_additionsVersion(self, oGuest):
Note:
See TracChangeset
for help on using the changeset viewer.