Merge pull request #4156 from akallabeth/test_connect_extend_timeout
Added delay for connect abort
This commit is contained in:
commit
782e5df2bb
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user