We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb4b62 commit 885c316Copy full SHA for 885c316
main_test.go
@@ -469,7 +469,7 @@ func TestIntegration_RoomMessaging(t *testing.T) {
469
t.Logf("User2 joined room %s", roomID)
470
471
// Give the server time to process the join event
472
- time.Sleep(2000 * time.Millisecond)
+ time.Sleep(5000 * time.Millisecond)
473
474
// Step 3: User1 sends a message to the room
475
sendReq1 := models.SendMessageRequest{
0 commit comments