diff options
| author | amelia squires <[email protected]> | 2025-10-17 03:01:20 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-10-17 03:01:20 -0500 |
| commit | 9f42df734f58c805f153afedd87a5bb720618ada (patch) | |
| tree | 46349e78b832cf24c37067e6566fb0660b30d636 /tests | |
| parent | b94f6d148193f91cab50d16e2873095827b89b1b (diff) | |
thread saftey
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/kill.lua | 4 |
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"); |
