• Rob Shearman's avatar
    rpcrt4: Reduce the timeout of waiting on the stop event in the server test to one second. · fd8cb3f9
    Rob Shearman authored
    The stop event should already be signaled by the time we get to that
    point since we wait until the child processes terminate in the server
    process and the stop event is signaled in the context of one of the
    child processes.
    
    Don't call RpcMgmtWaitServerListening if the call to
    WaitForSingleObject failed since it is likely that s_stop() hasn't
    been called and therefore the call to RpcMgmtWaitServerListening won't
    ever return.
    fd8cb3f9
server.c 29.6 KB