aboutsummaryrefslogtreecommitdiff
path: root/tests/kill.lua
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-10-17 03:01:20 -0500
committeramelia squires <[email protected]>2025-10-17 03:01:20 -0500
commit9f42df734f58c805f153afedd87a5bb720618ada (patch)
tree46349e78b832cf24c37067e6566fb0660b30d636 /tests/kill.lua
parentb94f6d148193f91cab50d16e2873095827b89b1b (diff)
thread saftey
Diffstat (limited to 'tests/kill.lua')
-rw-r--r--tests/kill.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/kill.lua b/tests/kill.lua
index e4010f7..a1fa218 100644
--- a/tests/kill.lua
+++ b/tests/kill.lua
@@ -9,9 +9,9 @@ end)
print(t, e)
-os.execute("sleep 5")
-
print("killing")
t:close()
t:await()
print("after kill")
+
+os.execute("sleep 0.1");