Skip to content

Commit

Permalink
testlo: Try adding a one-second sleep for server_thread to process me…
Browse files Browse the repository at this point in the history
…ssages before deleting coerce_handler.
  • Loading branch information
malloch committed Nov 8, 2024
1 parent db58b73 commit ba8d166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/testlo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,8 @@ void test_server_thread(lo_server_thread *pst, lo_address *pa)
-0.00000023001f, 1.0);
lo_send(a, "/a/b/c/d", "b", btest);

SLEEP_MS(1000);

/* Delete methods */
lo_server_thread_del_method(st, "/coerce", "dfhiSs");
TEST (lo_server_thread_del_lo_method(st, jit) == 0);
Expand Down

0 comments on commit ba8d166

Please sign in to comment.