Changeset 61102 in vbox for trunk/src/VBox
- Timestamp:
- May 20, 2016 1:54:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTLocalIpc.cpp
r58305 r61102 597 597 598 598 /** 599 * @note This is identical to testSessionWait with a couple of string and600 * function pointers replaced.599 * @note This is identical to testSessionWait with a couple of strings, function 600 * pointers, and timeouts replaced. 601 601 */ 602 602 static void testSessionData(const char *pszExecPath) … … 639 639 */ 640 640 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)); 642 642 643 643 RTTESTI_CHECK_RC(RTLocalIpcServerCancel(hIpcServer), VINF_SUCCESS);
Note:
See TracChangeset
for help on using the changeset viewer.