Skip to content

Commit

Permalink
attempt fix of GA setup
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 5, 2024
1 parent 2db201e commit 8a0498f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ local function check_problem(problem_func, expected_answer, timeout_seconds, pro
end

if elapsed_time > timeout_seconds then
error("Problem " .. problem_name .. " took " .. elapsed_time .. " seconds, exceeding the expected time limit of " .. timeout_seconds .. " seconds.")
error("Problem " .. problem_name .. " took " .. elapsed_time .. "s, exceeding the expected time limit of " .. timeout_seconds .. "s.")
end

print("Problem " .. problem_name .. " passed.")
Expand Down

0 comments on commit 8a0498f

Please sign in to comment.