[CI] update build CI

This commit is contained in:
2016-10-24 22:04:28 +02:00
parent a5ca43b7dd
commit d13298acf9
3 changed files with 157 additions and 31 deletions

View File

@@ -5,6 +5,8 @@
*/
#pragma once
#include <test-debug/debug.hpp>
namespace river_test_aec {
class Linker {
@@ -201,7 +203,7 @@ namespace river_test_aec {
ememory::SharedPtr<Linker> processLink2 = ememory::makeShared<Linker>(manager, "microphone", "speaker-test");
processLink1->start();
processLink2->start();
sleep(30);
std::this_thread::sleep_for(std::chrono::seconds(20));
processLink1->stop();
processLink2->stop();