Merge pull request #4156 from akallabeth/test_connect_extend_timeout

Added delay for connect abort
This commit is contained in:
David Fort 2017-09-26 13:52:37 +02:00 committed by GitHub
commit 782e5df2bb

View File

@ -136,6 +136,7 @@ static int testAbort(int port)
}
WaitForSingleObject(s_sync, INFINITE);
Sleep(1000); /* Wait until freerdp_connect has been called */
freerdp_abort_connect(instance);
status = WaitForSingleObject(instance->context->abortEvent, 0);