Skip to content

Commit 1d3fcb5

Browse files
committed
Fix tests on linux
1 parent 9bd4d43 commit 1d3fcb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IntegrationTests/WcfTestsBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public void Dispose()
3333
else
3434
{
3535
_serverProcess.Process.Kill();
36+
_serverProcess.Process.WaitForExit();
3637
}
3738

3839
Output.WriteLine("ProcessId: " + _serverProcess.Process.Id);

0 commit comments

Comments
 (0)