Skip to content

Commit

Permalink
reduce time to wait for smi
Browse files Browse the repository at this point in the history
  • Loading branch information
DillonN committed Dec 9, 2018
1 parent dbd5df8 commit a4bd52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NiceHashMiner/Devices/ComputeDeviceManager.cs
Expand Up @@ -100,7 +100,7 @@ private static NvidiaSmiDriver GetNvidiaSmiDriver()
}
};
P.Start();
P.WaitForExit(30 * 1000);
P.WaitForExit(15 * 1000);

stdOut = P.StandardOutput.ReadToEnd();
stdErr = P.StandardError.ReadToEnd();
Expand Down

0 comments on commit a4bd52b

Please sign in to comment.