Modifying hoverintent options in Superfish does nothing to extend visibility of menus

Modifying hoverintent options in Superfish does nothing to extend visibility of menus

I've cranked up the numbers for sensitivity, interval, and timeout, and the site seems totally unresponsive to my changes. I've double-checked that hoverintent.js is being called, and it definitely is.

  1. var cfg = {
  2. sensitivity: 7,
  3. interval: 5500,
  4. timeout: 1000
  5. };
I don't get it. Anybody have any ideas? Is this a common problem?