Skip to content

Commit

Permalink
Update ably/realtime_channel_integration_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: sachin shinde <[email protected]>
  • Loading branch information
AndyTWF and sacOO7 authored Feb 1, 2024
1 parent 514dd2f commit 6ae052c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ably/realtime_channel_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ func TestRealtimeChannel_SetsNoLimitIfServerNoLimits(t *testing.T) {
}

// Wait for a little bit for things to settle
time.Sleep(1 * time.Second)
err := ablytest.Wait(ablytest.ConnWaiter(c, c.Connect, ably.ConnectionEventConnected), nil)
assert.NoError(t, err)

// Check that the connection read limit is the default - due to websocket.go
// Only allowing the value to be set if the connection is a certain type
Expand Down

0 comments on commit 6ae052c

Please sign in to comment.