Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
4a6440e9
Commit
4a6440e9
authored
Sep 08, 2021
by
Vinicius Jarina
Browse files
Fixed flacky test
parent
2e0b0202
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/src/LuaTests.cs
View file @
4a6440e9
...
@@ -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
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment