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
5bd2527a
"vscode:/vscode.git/clone" did not exist on "36a8cd53321b002cfa225606d1ae463abf2fdaf4"
Commit
5bd2527a
authored
Nov 25, 2022
by
Vinicius Jarina
Browse files
Fixing flacky test
parent
44b9cd61
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/src/LuaTests.cs
View file @
5bd2527a
...
@@ -2705,7 +2705,7 @@ namespace NLuaTest
...
@@ -2705,7 +2705,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
>=
2
,
"#1:"
+
ratio2
);
Assert
.
True
(
ratio2
>=
1
,
"#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