Skip to content

Commit

Permalink
fix #1389
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterTinus committed Feb 4, 2020
1 parent 3196e88 commit cbedc0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/Clients/ScriptClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public void RunScript(string script, string parameters)

process.BeginErrorReadLine();
process.BeginOutputReadLine();
process.StandardInput.Close();
var totalWait = 0;
var interval = 2000;
while (!exited && totalWait < TimeoutMinutes * 60 * 1000)
Expand Down

0 comments on commit cbedc0e

Please sign in to comment.