Skip to content

Commit

Permalink
try to make the test less flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Dec 19, 2024
1 parent 1a9aed5 commit 44c2008
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class HistorySyncTest {

runBlocking {
alixClient2.preferences.syncConsent()
Thread.sleep(1000)
Thread.sleep(2000)
alixClient.conversations.syncAllConversations()
Thread.sleep(2000)
alixClient2.conversations.syncAllConversations()
Expand Down

0 comments on commit 44c2008

Please sign in to comment.