Commit 4a6440e9 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed flacky test

parent 2e0b0202
...@@ -2639,7 +2639,7 @@ namespace NLuaTest ...@@ -2639,7 +2639,7 @@ namespace NLuaTest
// The ratio two is very uncertain, lets use 5x, just to have some certain that // The ratio two is very uncertain, lets use 5x, just to have some certain that
// the gc collect the tables // the gc collect the tables
Assert.True( ratio2 >= 3 , "#1:" + ratio2); Assert.True( ratio2 >= 2 , "#1:" + ratio2);
Assert.True( ratio <= 1, "#2:" + ratio); 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