mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-08-15 06:48:54 +00:00
Lower size/time-taken in base64 test
This sometimes fails in CI, as the GHA machines are slower than my own.
This commit is contained in:
@@ -7,7 +7,7 @@ describe("cc.base64", function()
|
||||
|
||||
it("random strings roundtrip", function()
|
||||
for _ = 1, 1000 do
|
||||
local len = math.random(1000)
|
||||
local len = math.random(500)
|
||||
local str = ""
|
||||
for _ = 1, len do str = str .. string.char(math.random(0, 255)) end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user