I've heard this is not the case. Hackers using password compilers have just as much success with 26 character passwords as 10 character password.
The biggest impediment to password hackers (my IT techs have told me) is
to not use any words or number strings you are familiar with - like a birthday of anyone in your family or a favorite vacation home address, or a car name etc... being that hackers can watch people on line and profile your habits - and thus profile your passwords derived from your habits.
It depends on how the passwords are hashed. For Windows NTLM, 99% of the English keyspace is readily available in tables. For MD5, not so much. If the attacker doesn't have the hashes, then length becomes important, as do special characters, for instance, WiFi WPA wants 24 or more characters so the temporal key is rekeyed before a brute-force attack can be successful. The bottom line contains two things- don't use the same password for multiple things and non-word long passwords certainly can't hurt your security, but short, dictionary and obvious patterns can.
Paul