Changeset 84634 in vbox
- Timestamp:
- Jun 2, 2020 11:46:07 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84606 r84634 2969 2969 asArgs = [ sCmd, sFileName, "--end-marker" ]; 2970 2970 ## @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. 2971 2972 atExec.append([ tdTestExec(sCmd, asArgs, 2972 2973 afFlags = [ vboxcon.ProcessCreateFlag_WaitForStdOut, 2973 vboxcon.ProcessCreateFlag_WaitForStdErr ]), 2974 vboxcon.ProcessCreateFlag_WaitForStdErr ], 2975 timeoutMS = 15 * 60 * 1000), 2974 2976 tdTestResultExec(fRc = True) ]); 2975 2977
Note:
See TracChangeset
for help on using the changeset viewer.