VirtualBox

Changeset 61102 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 20, 2016 1:54:03 PM (9 years ago)
Author:
vboxsync
Message:

tstRTLocalIpc: Increased timeout for testSessionData test from 30 secs to 3 min as it may be processing lots of data (unlike testSessionWait).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTLocalIpc.cpp

    r58305 r61102  
    597597
    598598/**
    599  * @note This is identical to testSessionWait with a couple of string and
    600  *       function pointers replaced.
     599 * @note This is identical to testSessionWait with a couple of strings, function
     600 *       pointers, and timeouts replaced.
    601601 */
    602602static void testSessionData(const char *pszExecPath)
     
    639639         */
    640640        if (RT_SUCCESS(rc))
    641             RTTESTI_CHECK_RC_OK(RTThreadUserWait(hListenThread, RT_MS_1MIN / 2));
     641            RTTESTI_CHECK_RC_OK(RTThreadUserWait(hListenThread, RT_MS_1MIN * 3));
    642642
    643643        RTTESTI_CHECK_RC(RTLocalIpcServerCancel(hIpcServer), VINF_SUCCESS);
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