Without sniff option, it is same i.e. 12 seconds. I am connecting on Elasticsearch instance on my machine only. Debug logs are given below.
2016-07-28_12:42:32.653 [http-nio-8080-exec-4] INFO c.g.d.MyClass - Starting creation of Transport Client object without sniff option
2016-07-28_12:42:34.177 [http-nio-8080-exec-4] INFO org.elasticsearch.plugins - [Vermin] modules [], plugins [], sites []
2016-07-28_12:42:34.356 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [generic], type [cached], keep_alive [30s]
2016-07-28_12:42:34.381 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [index], type [fixed], size [8], queue_size [200]
2016-07-28_12:42:34.384 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [fetch_shard_store], type [scaling], min [1], size [16], keep_alive [5m]
2016-07-28_12:42:34.385 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [get], type [fixed], size [8], queue_size [1k]
2016-07-28_12:42:34.385 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [snapshot], type [scaling], min [1], size [4], keep_alive [5m]
2016-07-28_12:42:34.385 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [force_merge], type [fixed], size [1], queue_size [null]
2016-07-28_12:42:34.385 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [suggest], type [fixed], size [8], queue_size [1k]
2016-07-28_12:42:34.385 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [bulk], type [fixed], size [8], queue_size [50]
2016-07-28_12:42:34.385 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [warmer], type [scaling], min [1], size [4], keep_alive [5m]
2016-07-28_12:42:34.386 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [flush], type [scaling], min [1], size [4], keep_alive [5m]
2016-07-28_12:42:34.386 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [search], type [fixed], size [13], queue_size [1k]
2016-07-28_12:42:34.386 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [fetch_shard_started], type [scaling], min [1], size [16], keep_alive [5m]
2016-07-28_12:42:34.386 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [listener], type [fixed], size [4], queue_size [null]
2016-07-28_12:42:34.386 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [percolate], type [fixed], size [8], queue_size [1k]
2016-07-28_12:42:34.386 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [management], type [scaling], min [1], size [5], keep_alive [5m]
2016-07-28_12:42:34.386 [http-nio-8080-exec-4] DEBUG org.elasticsearch.threadpool - [Vermin] creating thread_pool [refresh], type [scaling], min [1], size [4], keep_alive [5m]
2016-07-28_12:42:43.382 [http-nio-8080-exec-4] DEBUG org.elasticsearch.common.network - configuration:
lo
inet 127.0.0.1 netmask:255.255.255.255 scope:host
inet6 ::1 prefixlen:128 scope:host
UP LOOPBACK mtu:65536 index:1
enp1s0
inet 192.168.1.121 netmask:255.255.255.0 broadcast:192.168.1.255 scope:site
inet6 fe80::428d:5cff:feee:e19c prefixlen:64 scope:link
hardware 40:8D:5C:EE:E1:9C
UP MULTICAST mtu:1500 index:2
2016-07-28_12:42:43.437 [http-nio-8080-exec-4] DEBUG org.elasticsearch.common.netty - using gathering [true]
2016-07-28_12:42:43.524 [http-nio-8080-exec-4] DEBUG org.elasticsearch.client.transport - [Vermin] node_sampler_interval[5s]
2016-07-28_12:42:44.793 [http-nio-8080-exec-4] DEBUG o.e.n.c.socket.nio.SelectorUtil - Using select timeout of 500
2016-07-28_12:42:44.793 [http-nio-8080-exec-4] DEBUG o.e.n.c.socket.nio.SelectorUtil - Epoll-bug workaround enabled = false
2016-07-28_12:42:44.917 [http-nio-8080-exec-4] INFO c.g.d.MyClass - Transport client object created successfully