We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588737e commit 51978b8Copy full SHA for 51978b8
1 file changed
test/test_thread.lua
@@ -105,5 +105,5 @@ function test_thread:test_sleep()
105
local t1 = time.monotonic()
106
thread.sleep(1)
107
local t2 = time.monotonic()
108
- lt.assertEquals(t2 - t1 <= 2, true)
+ lt.assertEquals(t2 - t1 >= 1, true)
109
end
0 commit comments