diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-03 13:08:57 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-03 13:08:57 +0100 |
commit | 4e959cc83446ab426649425add520d3da58bfdd3 (patch) | |
tree | 94c70dea3ca69196906eb9d840c3ddd9b05e3f17 /tests/create-and-run.sh | |
parent | 0234911df5000ef720829c1002687e6e90badaf3 (diff) | |
download | debvm-4e959cc83446ab426649425add520d3da58bfdd3.tar.gz |
debvm-waitssh: make timeout configurable and restore previous value for tests
Diffstat (limited to 'tests/create-and-run.sh')
-rwxr-xr-x | tests/create-and-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/create-and-run.sh b/tests/create-and-run.sh index 4ec07eb..f978052 100755 --- a/tests/create-and-run.sh +++ b/tests/create-and-run.sh @@ -26,6 +26,6 @@ SSH_PORT=2222 timeout 240s debvm-run -s "$SSH_PORT" -i "$IMAGE" & set -- localhost test "$RELEASE" = jessie && set -- -o PubkeyAcceptedKeyTypes=+ssh-rsa "$@" -debvm-waitssh "$SSH_PORT" +debvm-waitssh -t 150 "$SSH_PORT" run_ssh "$@" poweroff wait |