fix: Fixes hanging tests (#1535)
This commit is contained in:
parent
d0d81d0d5f
commit
629a5008c3
4 changed files with 18 additions and 4 deletions
|
|
@ -398,6 +398,8 @@ public static class Core
|
|||
|
||||
World.WaitForWriteCompletion();
|
||||
|
||||
World.ExitSerializationThreads();
|
||||
|
||||
if (!_crashed)
|
||||
{
|
||||
EventSink.InvokeShutdown();
|
||||
|
|
@ -587,7 +589,7 @@ public static class Core
|
|||
}
|
||||
finally
|
||||
{
|
||||
World.SleepSerializationThreads();
|
||||
World.ExitSerializationThreads();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue