From: Evgeny Vereshchagin Date: Mon, 12 Apr 2021 17:38:11 +0000 (+0000) Subject: ci: prevent lxc-exercise from running indefinitely X-Git-Tag: lxc-5.0.0~200^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=935dc9a04676f9d9a28ed6049a26313fd161fc7d;p=thirdparty%2Flxc.git ci: prevent lxc-exercise from running indefinitely and show all the commands it runs to make it easier to debug potential issues. Signed-off-by: Evgeny Vereshchagin --- diff --git a/.github/workflows/sanitizers.sh b/.github/workflows/sanitizers.sh index 59e8a3388..fbcfc2adb 100755 --- a/.github/workflows/sanitizers.sh +++ b/.github/workflows/sanitizers.sh @@ -54,4 +54,4 @@ systemctl restart apparmor systemctl restart lxc-net git clone --depth=1 https://github.com/lxc/lxc-ci -lxc-ci/deps/lxc-exercise +timeout 30m bash -x lxc-ci/deps/lxc-exercise