Skip to content

Commit 48a9b5d

Browse files
andy1lirohitpaulk
andauthored
Update internal/test_cases/blocking_client_group_test_case.go
Co-authored-by: Paul Kuruvilla <[email protected]>
1 parent 0449fe0 commit 48a9b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/test_cases/blocking_client_group_test_case.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func (t *BlockingClientGroupTestCase) SendBlockingCommands() error {
4848
if err := clientWithExpectedResponse.Client.SendCommand(clientWithExpectedResponse.Command, clientWithExpectedResponse.Args...); err != nil {
4949
return err
5050
}
51-
time.Sleep(1 * time.Millisecond)
51+
time.Sleep(1 * time.Millisecond) // Ensure server receives commands in order
5252
}
5353

5454
return nil

0 commit comments

Comments
 (0)