Skip to content

Commit e7c3db6

Browse files
committed
make delay longer
1 parent dabf7bc commit e7c3db6

File tree

1 file changed

+2
-2
lines changed
  • library/src/androidTest/java/org/xmtp/android/library

1 file 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()

0 commit comments

Comments
 (0)