mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 11:48:51 +03:00
Wait more
This commit is contained in:
parent
7e955ef0e4
commit
bfd847179f
1 changed files with 2 additions and 1 deletions
|
@ -143,7 +143,8 @@ class CommonTestHelper(context: Context) {
|
|||
for (i in 0 until nbOfMessages) {
|
||||
room.sendTextMessage(message + " #" + (i + 1))
|
||||
}
|
||||
await(latch)
|
||||
// Wait 3 second more per message
|
||||
await(latch, timeout = TestConstants.timeOutMillis + 3_000L * nbOfMessages)
|
||||
timeline.removeListener(timelineListener)
|
||||
timeline.dispose()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue