VirtualBox

Changeset 35070 in vbox


Ignore:
Timestamp:
Dec 14, 2010 12:28:32 PM (14 years ago)
Author:
vboxsync
Message:

GuestControl/Main: Wait 10s for setting process input.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/GuestImpl.cpp

    r35061 r35070  
    346346                            ULONG uBytesWritten;
    347347                            rc = pGuest->SetProcessInput(uPID, uFlags,
    348                                                          5 * 1000 /* Wait 5s for getting the input data transfered. */,
     348                                                         10 * 1000 /* Wait 10s for getting the input data transfered. */,
    349349                                                         ComSafeArrayAsInParam(aInputData), &uBytesWritten);
    350350                            if (FAILED(rc))
     
    607607                                    ULONG uBytesWritten;
    608608                                    rc = pGuest->SetProcessInput(uPID, uFlags,
    609                                                                  5 * 1000 /* Wait 5s for getting the input data transfered. */,
     609                                                                 10 * 1000 /* Wait 10s for getting the input data transfered. */,
    610610                                                                 ComSafeArrayAsInParam(aInputData), &uBytesWritten);
    611611                                    if (FAILED(rc))
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