“Start COMMAND, and kill it if still running after NUMBER seconds. SUFFIX may be 's' for seconds (the default), 'm' for minutes, 'h' for hours or 'd' for days.”
Homepage: http://www.gnu.org/software/coreutils/
#timeout --signal=9 2 sleep 10
Killed