git-hulk commented on code in PR #3200:
URL: https://github.com/apache/kvrocks/pull/3200#discussion_r2378499184


##########
tests/gocase/unit/wait/wait_test.go:
##########
@@ -186,7 +186,7 @@ func TestWaitCommand(t *testing.T) {
                select {
                case <-done:
                        // Success - command completed after replica connected
-               case <-time.After(5 * time.Second):
+               case <-time.After(15 * time.Second):

Review Comment:
   Wait for more than the connection timeout (10 seconds by default).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to