From 49caff8d8e55445fde647ac37562e9f3b9156e7a Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Wed, 8 May 2024 11:20:07 +0200 Subject: tests/create-and-run.sh: Increase timeout by 300 seconds (for ppc64el) On Ubuntu ppc64el falls back to tcg which is slow and needs an increased timout. LP: #2046544 --- tests/create-and-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/create-and-run.sh') diff --git a/tests/create-and-run.sh b/tests/create-and-run.sh index 1f164b9..228ca6c 100755 --- a/tests/create-and-run.sh +++ b/tests/create-and-run.sh @@ -52,9 +52,9 @@ fi debvm-create -k "$SSH_KEYPATH.pub" -o "$IMAGE" -r "$RELEASE" "$@" SSH_PORT=2222 -timeout 300s debvm-run -s "$SSH_PORT" -i "$IMAGE" & +timeout 600s debvm-run -s "$SSH_PORT" -i "$IMAGE" & set -- localhost test "$RELEASE" = jessie && set -- -o PubkeyAcceptedKeyTypes=+ssh-rsa "$@" -debvm-waitssh -t 240 "$SSH_PORT" +debvm-waitssh -t 540 "$SSH_PORT" run_ssh "$@" poweroff wait -- cgit v1.2.3