1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 18:11:04 +09:00

Fix retry loop around Process.Kill (#102962)

This commit is contained in:
Jan Kotas 2024-06-02 06:40:26 -07:00 committed by GitHub
parent cb71b60b08
commit 7cc9156ad5
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -311,6 +311,7 @@ namespace CoreclrTestLib
try
{
createdump.Kill(entireProcessTree: true);
break;
}
catch (Exception e)
{