[DEV] Correct synchonizer

This commit is contained in:
2015-02-18 15:22:48 +01:00
parent 4832570448
commit d0bcaed9db
10 changed files with 93 additions and 17 deletions

View File

@@ -339,6 +339,8 @@ class testInCallback {
m_interface->start();
// wait 2 second ...
usleep(2000000);
m_manager->generateDotAll("activeProcess.dot");
m_interface->stop();
}
};
@@ -625,6 +627,7 @@ TEST(TestALL, testInputCallBackMicClean) {
process->run();
process.reset();
usleep(500000);
tmpThread.join();
}