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:
parent
cb71b60b08
commit
7cc9156ad5
1 changed files with 1 additions and 0 deletions
|
@ -311,6 +311,7 @@ namespace CoreclrTestLib
|
|||
try
|
||||
{
|
||||
createdump.Kill(entireProcessTree: true);
|
||||
break;
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue