Commit 5bd2527a authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixing flacky test

parent 44b9cd61
......@@ -2705,7 +2705,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 >= 2 , "#1:" + ratio2);
Assert.True( ratio2 >= 1 , "#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