Skip to content

Commit

Permalink
Speed up race tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gaymeowing committed Jul 28, 2024
1 parent 2b7d9df commit cd8268a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/race/race.test.luau
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ TEST("RACE", function()
return `{str}! i never return ;c`
end,
function(str: string)
task.wait(3)
return `{str}! i return!`
end
}, "yay")
Expand Down

0 comments on commit cd8268a

Please sign in to comment.