When using the following connection string
Server=DoesNotExists; Database=DoesNotExistsEither; User ID=bla; Password=bla; Connection Timeout=5;
shouldn't any command against this connection string fail in 5 seconds?!? in my local machine it's taking about 30sec
Edit1
If i change the timeout to 20, it takes 1 min to fail...