2 examples for timeout

{{ score }}
  # open(start) and then close(kill) program(script) after X seconds
timeout 10 firefox
        
{{ score }}
  # timeout video in mplayer after 12 seconds
timeout 12 mplayer /path/to/video.asf