Add moar timeout because ffs a simple 'test -e' is getting stuck forever again

This commit is contained in:
Alexandre Aubin 2023-02-08 17:32:40 +01:00
parent caafd56fed
commit 777cf44727

View file

@ -252,5 +252,5 @@ CLEAN_SWAPFILES() {
}
RUN_INSIDE_LXC() {
lxc exec $LXC_NAME -- "$@"
timeout 300 lxc exec $LXC_NAME -- "$@"
}