Skip to content

Commit 24c5af3

Browse files
committed
Remove accidentally merged change
The intent of this was to give the GC a bit of time to clean up even if it does not implement the `Wait` call. This did not actually make the respective test (`CollectBasicObject`) pass, so it is undone now.
1 parent c692491 commit 24c5af3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/embed_tests/TestFinalizer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ private static bool FullGCCollect()
3838
catch (NotImplementedException)
3939
{
4040
// Some clr runtime didn't implement GC.WaitForFullGCComplete yet.
41-
Thread.Sleep(300);
4241
return false;
4342
}
4443
finally

0 commit comments

Comments
 (0)