add timeout to executors

This commit is contained in:
Brian Seymour 2018-09-21 00:27:19 -05:00
parent 2c99873dcb
commit 97ba014d25
7 changed files with 7 additions and 7 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
python3.6 $*
timeout -s HUP 2 python3.6 $*