diff options
| -rw-r--r-- | test/worker_pool_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/worker_pool_SUITE.erl b/test/worker_pool_SUITE.erl index 8c9c5fa366..e53abdfa05 100644 --- a/test/worker_pool_SUITE.erl +++ b/test/worker_pool_SUITE.erl @@ -142,7 +142,7 @@ cancel_timeout(_) -> reuse), timer:sleep(1000), - receive {hello, Worker, Test} -> exit(timeout_is_not_canceleld) + receive {hello, Worker, Test} -> exit(timeout_is_not_cancelled) after 0 -> ok end. @@ -179,7 +179,7 @@ cancel_timeout_by_setting(_) -> reuse), timer:sleep(1000), - receive {hello, Worker, Test} -> exit(timeout_is_not_canceleld) + receive {hello, Worker, Test} -> exit(timeout_is_not_cancelled) after 0 -> ok end, |
