add timeout kill to lxc attach call to prevent resource limits from performing the kill
This commit is contained in:
parent
35985136ec
commit
16f4c03a80
|
@ -87,6 +87,7 @@ case "$lang" in
|
|||
esac
|
||||
|
||||
# runner
|
||||
timeout -s KILL 10 \
|
||||
lxc-attach -n piston -- \
|
||||
/bin/bash -c "\
|
||||
PATH=/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin \
|
||||
|
|
Loading…
Reference in New Issue