diff --git a/DS4Windows/DS4Library/DS4Devices.cs b/DS4Windows/DS4Library/DS4Devices.cs index e3a87f6..2636744 100644 --- a/DS4Windows/DS4Library/DS4Devices.cs +++ b/DS4Windows/DS4Library/DS4Devices.cs @@ -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(); }