summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AudioManagerDaemon/test/AmNodeStateCommunicatorTest/CAmNodeStateCommunicatorTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/AudioManagerDaemon/test/AmNodeStateCommunicatorTest/CAmNodeStateCommunicatorTest.cpp b/AudioManagerDaemon/test/AmNodeStateCommunicatorTest/CAmNodeStateCommunicatorTest.cpp
index b846956..11debf9 100644
--- a/AudioManagerDaemon/test/AmNodeStateCommunicatorTest/CAmNodeStateCommunicatorTest.cpp
+++ b/AudioManagerDaemon/test/AmNodeStateCommunicatorTest/CAmNodeStateCommunicatorTest.cpp
@@ -228,7 +228,8 @@ void CAmEnvironment::SetUp()
nsmController.registerControlSender(&pControlSender);
//create the mainloop thread
pthread_create(&pMainLoopThread, NULL, mainLoop, (void*)&iSocketHandler);
- sleep(1);
+ printf("[----------] Waiting for interface to be ready....\r\n");
+ sleep(2);
}
void CAmEnvironment::TearDown()