rpcrt4: Reduce the timeout of waiting on the stop event in the server test to one...
commitfd8cb3f9c25d13428e1ff65c65b54b3cc0e84342
authorRob Shearman <robertshearman@gmail.com>
Sat, 14 Jun 2008 15:42:32 +0000 (14 16:42 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 18 Jun 2008 11:50:01 +0000 (18 13:50 +0200)
tree96202e89a00103d95df9620d619ffcc18064eb6e
parent9ce356c966b79f33e2d537521dc22191aad642af
rpcrt4: Reduce the timeout of waiting on the stop event in the server test to one second.

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.
dlls/rpcrt4/tests/server.c