Skip to content

Commit b1c2b83

Browse files
committed
testing
1 parent 9231b94 commit b1c2b83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymongo/asynchronous/pool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ def _create_connection(address: _Address, options: PoolOptions) -> socket.socket
835835
timeout = options.connect_timeout
836836
elif timeout <= 0:
837837
raise socket.timeout("timed out")
838+
print(f"Socket timeout: {timeout}")
838839
sock.settimeout(timeout)
839840
sock.setsockopt(socket.SOL_SOCKET, socket.SO_KEEPALIVE, True)
840841
_set_keepalive_times(sock)

0 commit comments

Comments
 (0)