Make timeout action explicit in the logs
Otherwise it's pretty confusing to understand what happened :)
$ timeout -v 2.75h make
[lots of log lines]
timeout: sending signal TERM to command 'make'
make: *** [Makefile:2: all] Terminated
vs.
$ timeout 2.75h make
[lots of log lines]
make: *** [Makefile:2: all] Terminated