Scheduler now completing work
This commit is contained in:
@@ -17,7 +17,7 @@ TEST_CASE("Basic Scheduler Execution", "[scheduler]") {
|
||||
};
|
||||
|
||||
SECTION("Simple Run") {
|
||||
sched.scheduleDAG("Simple", tasks, {});
|
||||
sched.drain();
|
||||
auto fut = sched.scheduleDAG("Simple", tasks, {});
|
||||
fut.get();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user