We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd4d43 commit 1d3fcb5Copy full SHA for 1d3fcb5
test/IntegrationTests/WcfTestsBase.cs
@@ -33,6 +33,7 @@ public void Dispose()
33
else
34
{
35
_serverProcess.Process.Kill();
36
+ _serverProcess.Process.WaitForExit();
37
}
38
39
Output.WriteLine("ProcessId: " + _serverProcess.Process.Id);
0 commit comments