diff --git a/test/unitTest/call/call.cpp b/test/unitTest/call/call.cpp
index fc35b8b49b79c0125ef5af7203e62669f33bdd3a..92f01854a7becff1b00dde96bb2a00cc4c9e6df3 100644
--- a/test/unitTest/call/call.cpp
+++ b/test/unitTest/call/call.cpp
@@ -154,7 +154,7 @@ CallTest::testCall()
     // TODO remove. This sleeps is because it take some time for the DHT to be connected
     // and account announced
     JAMI_INFO("Waiting....");
-    std::this_thread::sleep_for(std::chrono::seconds(5));
+    std::this_thread::sleep_for(std::chrono::seconds(10));
     auto aliceAccount = Manager::instance().getAccount<JamiAccount>(aliceId);
     auto bobAccount = Manager::instance().getAccount<JamiAccount>(bobId);
     auto bobUri = bobAccount->getUsername();
@@ -292,4 +292,4 @@ CallTest::testStopSearching()
 } // namespace test
 } // namespace jami
 
-RING_TEST_RUNNER(jami::test::CallTest::name())
\ No newline at end of file
+RING_TEST_RUNNER(jami::test::CallTest::name())