Error during reconnect: com.couchbase.client.deps.io.netty.channel.ConnectTimeoutException: Connect callback did not return, hit safeguarding timeout

While debugging my project i get this error.

nested exception is java.lang.RuntimeException: java.util.concurrent.TimeoutException

after adding couchbase environment timeout in application properties file i am getting ,

spring.couchbase.env.timeouts.connect=50000

Error during reconnect: com.couchbase.client.deps.io.netty.channel.ConnectTimeoutException: Connect callback did not return, hit safeguarding timeout.

When i run my project i dont get any error but when i try to debug i get above error.