mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 15:41:49 +01:00
Increase timeout for exclusive attempt process
This commit is contained in:
parent
53ec1e2eef
commit
13005458f1
@ -104,7 +104,7 @@ namespace DS4Windows
|
||||
startInfo.Arguments = "re-enabledevice " + devicePathToInstanceId(hDevice.DevicePath);
|
||||
Process child = Process.Start(startInfo);
|
||||
|
||||
if (!child.WaitForExit(5000))
|
||||
if (!child.WaitForExit(15000))
|
||||
{
|
||||
child.Kill();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user