mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Add moar timeout because ffs a simple 'test -e' is getting stuck forever again
This commit is contained in:
parent
caafd56fed
commit
777cf44727
1 changed files with 1 additions and 1 deletions
|
@ -252,5 +252,5 @@ CLEAN_SWAPFILES() {
|
|||
}
|
||||
|
||||
RUN_INSIDE_LXC() {
|
||||
lxc exec $LXC_NAME -- "$@"
|
||||
timeout 300 lxc exec $LXC_NAME -- "$@"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue