Commit 26370dd2 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fix flaky test `TestTableFinalizerDispose`

parent 898a9151
......@@ -2612,7 +2612,7 @@ namespace NLuaTest
// The ratio two is very uncertain, lets use 5x, just to have some certain that
// the gc collect the tables
Assert.True( ratio2 >= 5 , "#1:" + ratio2);
Assert.True( ratio2 >= 3 , "#1:" + ratio2);
Assert.True( ratio <= 1, "#2:" + ratio);
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment