diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-24 09:46:45 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-24 09:46:45 +0100 |
commit | 325ef6f74ee3852e1fd005db8b863724241c207b (patch) | |
tree | 36613546a53bd80404c91aec19ee2d2a0c140f14 /tests/create-and-run.sh | |
parent | 2a60461a7f87e41ecb9b3a98fb0e874318ca10e6 (diff) | |
download | debvm-325ef6f74ee3852e1fd005db8b863724241c207b.tar.gz |
tests: bump up timeout for create-and-run.sh
Timeouts were hit on salsa-ci for arm64 occasionally. The armhf
autopkgtest also runs into this timeout.
Diffstat (limited to 'tests/create-and-run.sh')
-rwxr-xr-x | tests/create-and-run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/create-and-run.sh b/tests/create-and-run.sh index f978052..58c4822 100755 --- a/tests/create-and-run.sh +++ b/tests/create-and-run.sh @@ -23,9 +23,9 @@ ssh-keygen -f "$SSH_KEYPATH" -N '' debvm-create -k "$SSH_KEYPATH.pub" -o "$IMAGE" -a "$ARCHITECTURE" -r "$RELEASE" SSH_PORT=2222 -timeout 240s debvm-run -s "$SSH_PORT" -i "$IMAGE" & +timeout 300s debvm-run -s "$SSH_PORT" -i "$IMAGE" & set -- localhost test "$RELEASE" = jessie && set -- -o PubkeyAcceptedKeyTypes=+ssh-rsa "$@" -debvm-waitssh -t 150 "$SSH_PORT" +debvm-waitssh -t 240 "$SSH_PORT" run_ssh "$@" poweroff wait |