diff options
Diffstat (limited to 'tests/ehynes.lua')
-rw-r--r-- | tests/ehynes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ehynes.lua b/tests/ehynes.lua index 7609ddd..e203a12 100644 --- a/tests/ehynes.lua +++ b/tests/ehynes.lua | |||
@@ -36,7 +36,7 @@ local receiver2 = receiver_gen('another message') | |||
36 | 36 | ||
37 | -- a function to pause and log the execution for debugging | 37 | -- a function to pause and log the execution for debugging |
38 | local function logf(s, f, ...) | 38 | local function logf(s, f, ...) |
39 | os.execute('sleep 1') | 39 | linda:receive(1, "dummy") -- wait 1s |
40 | PRINT_FMT( "*** %s", s ) | 40 | PRINT_FMT( "*** %s", s ) |
41 | f(...) | 41 | f(...) |
42 | end | 42 | end |