Comment 4 for bug 1396086

Revision history for this message
Mike Scherbakov (mihgen) wrote :

Vladimir, folks,
why can't we simply surround the code with
require 'timeout'
status = Timeout::timeout(5) {
  # Something that should be interrupted if it takes more than 5 seconds...
}
?

Failure of one disk should not affect the whole node from being discovered in Nailgun.