Skip to content

Commit 08d72c1

Browse files
committed
Merge branch 'np/bump-latest-rust' of https://github.com/xmtp/xmtp-android into np/v2-stream-updates
2 parents bc6343b + e7c3db6 commit 08d72c1

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

library/src/androidTest/java/org/xmtp/android/library/GroupTest.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ class GroupTest {
390390
}
391391

392392
group.send("hi 1")
393-
Thread.sleep(1000)
393+
Thread.sleep(2000)
394394
conversation.send("hi 2")
395395

396396
job.join()
@@ -451,7 +451,7 @@ class GroupTest {
451451
}
452452

453453
group.send("hi 1")
454-
Thread.sleep(1000)
454+
Thread.sleep(2000)
455455
conversation.send("hi 2")
456456

457457
job.join()
Binary file not shown.
Binary file not shown.
-952 Bytes
Binary file not shown.
-1016 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)