VirtualBox

Changeset 84634 in vbox


Ignore:
Timestamp:
Jun 2, 2020 11:46:07 AM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddGuestCtrl.py: Increased execution timeouts for generated long files name tests to 15 minutes.

File:
1 edited

Legend:

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

    r84606 r84634  
    29692969                    asArgs = [ sCmd, sFileName, "--end-marker" ];
    29702970                ## @todo Check limits; on Ubuntu with 256KB IPRT returns VERR_NOT_IMPLEMENTED.
     2971                # Use a higher timeout (15 min) than usual for these long checks.
    29712972                atExec.append([ tdTestExec(sCmd, asArgs,
    29722973                                           afFlags = [ vboxcon.ProcessCreateFlag_WaitForStdOut,
    2973                                                        vboxcon.ProcessCreateFlag_WaitForStdErr ]),
     2974                                                       vboxcon.ProcessCreateFlag_WaitForStdErr ],
     2975                                           timeoutMS = 15 * 60 * 1000),
    29742976                                tdTestResultExec(fRc = True) ]);
    29752977
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