Skip to content
  • Harald Sitter's avatar
    bump smartctl timeout in helper · 9ba7806f
    Harald Sitter authored
    bad firmwares may cause ioctl calls to time out which takes notably
    longer than the standard 30 second timeout of qprocess. instead opt for
    a 65 second timeout which should be sufficient to allow for internal
    smartctl timeouts.
    
    the only downside to a longer timeout is that potentially malfunctioning
    firmwares will slow down the refresh checks of other devices from
    finishing as well (since queries are sequential because kauth itself
    isn't re-entrant). on the plus side we'll then cover devices so long as
    they have data
    
    BUG: 428844
    FIXED-IN: 5.20.4
    9ba7806f