[host] dxgi reinit timeout was too short

This commit is contained in:
Geoffrey McRae 2017-12-12 05:05:21 +11:00
parent b2ed80a595
commit b0f83d7106

View File

@ -46,7 +46,7 @@ namespace Capture
DXGI needs some time when mode switches occur, failing to do so causes DXGI needs some time when mode switches occur, failing to do so causes
failure to start and exceptions internal to DXGI failure to start and exceptions internal to DXGI
*/ */
Sleep(200); Sleep(400);
return Initialize(m_options); return Initialize(m_options);
} }