diff options
author | Helmut Grohne <helmut@subdivi.de> | 2022-12-22 13:31:03 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2022-12-22 13:31:03 +0100 |
commit | 8098d9d558a1e52736af4183a0e0152300193c54 (patch) | |
tree | e3ce703dbb87eda9dcd5167ce35560be1df8bf31 | |
parent | 076d7df496db903d219456bdfa8459674b12f569 (diff) | |
download | debvm-8098d9d558a1e52736af4183a0e0152300193c54.tar.gz |
gitlabci: bump up vm timeout
arm64 takes a little longer and the ssh loop takes up to 150s anyway.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03c2b70..ed0fc32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ codespell: .test_script: script: - - timeout 120s ./debvm-run -s 2222 & + - timeout 240s ./debvm-run -s 2222 & - | timeout=5 sshopt="-o StrictHostKeyChecking=no $(if test "$RELEASE" = jessie; then echo -o PubkeyAcceptedKeyTypes=+ssh-rsa; fi)" |