mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00

The local cv variable in testSendMessage was shadowing the corresponding member variable in SwarmConversationTest. As a result, the calls to cv.notify_one() in the signal handlers had no effect and the calls to cv.wait_for() in the test would block until they hit the timeout, which significantly increased the amount of time needed to complete the test. Change-Id: I75b6aac8801568831a17035ad86876a130efe12e