From 48356bbfdf8f277c5fe65287d76b7d891ca40964 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Tue, 8 Apr 2014 17:12:00 -0400 Subject: [PATCH] tests; Bump wait delay for shutdown to 120s MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit On very busy boards with slow IO, the shutdown process can take over 60s as the disk is syncing. Signed-off-by: Stéphane Graber --- src/tests/lxc-test-autostart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/lxc-test-autostart b/src/tests/lxc-test-autostart index 62fff2608..4aec2bc48 100755 --- a/src/tests/lxc-test-autostart +++ b/src/tests/lxc-test-autostart @@ -73,8 +73,8 @@ lxc-autostart -g lxc-auto-test -r lxc-wait -n $CONTAINER_NAME -t 5 -s RUNNING || (echo "Container didn't restart" && exit 1) # Shut it down -lxc-autostart -g lxc-auto-test -s -lxc-wait -n $CONTAINER_NAME -t 60 -s STOPPED || (echo "Container didn't stop" && exit 1) +lxc-autostart -g lxc-auto-test -s -6 120 +lxc-wait -n $CONTAINER_NAME -t 120 -s STOPPED || (echo "Container didn't stop" && exit 1) # Kill it lxc-autostart -g lxc-auto-test -k -- 2.47.2