Skip to content

Commit

Permalink
test same timeout as passing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jan 8, 2025
1 parent e2c1e7c commit 96ea5da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public SmiCtpAnonymiser(GlobalOptions globalOptions)
_ctpProcess.BeginErrorReadLine();

lock (_ctpProcess)
Monitor.Wait(_ctpProcess, TimeSpan.FromSeconds(10));
Monitor.Wait(_ctpProcess, TimeSpan.FromSeconds(100));

_ctpProcess.ErrorDataReceived -= OnCtpProcessOnErrorDataReceived;
if (!ready)
Expand Down

0 comments on commit 96ea5da

Please sign in to comment.