Merge pull request #4020 from akoeplinger/mobile_static-rename
[mono.git] / mono / tests / dynamic-method-resurrection.cs
index 8098459ff9966e809cf139a1d335bc5ad77c86b7..2715dd4432657a9b5eed946018ed9be347f6fa31 100644 (file)
@@ -59,6 +59,7 @@ class Program {
                                        break;
                                GC.Collect ();
                                GC.WaitForPendingFinalizers ();
+                               Thread.Sleep (10);
                        } while (cnt-- > 0);
                        GC.Collect ();
                        GC.WaitForPendingFinalizers ();