Skip to content
Snippets Groups Projects
Commit 5e69af15 authored by Olivier Dion's avatar Olivier Dion :duck: Committed by Olivier Dion
Browse files

unitTest/call: Increase wait time for accounts announcement

Also add missing newline at end of file.

Gitlab: #545
Change-Id: Ie96ff446d27d40f63fb6f4471b10006bcfba5d46
parent 252f1b00
Branches
No related tags found
No related merge requests found
......@@ -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())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment