Commit d7656ae3 authored by Joseph Noir's avatar Joseph Noir

Adjust scheduler usage to new DSL

parent 5af5461f
......@@ -487,7 +487,7 @@ CAF_TEST(timeouts) {
CAF_REQUIRE(!err);
CAF_MESSAGE("trigger waiting timeouts");
// Trigger timeout.
sched.dispatch();
sched.trigger_timeout();
// Handle received message.
exec_all();
// Message handler will check if the expected message was received.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment