Skip to content

Commit 885c316

Browse files
committed
wait_more
1 parent 5bb4b62 commit 885c316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ func TestIntegration_RoomMessaging(t *testing.T) {
469469
t.Logf("User2 joined room %s", roomID)
470470

471471
// Give the server time to process the join event
472-
time.Sleep(2000 * time.Millisecond)
472+
time.Sleep(5000 * time.Millisecond)
473473

474474
// Step 3: User1 sends a message to the room
475475
sendReq1 := models.SendMessageRequest{

0 commit comments

Comments
 (0)