summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2022-12-22 13:31:03 +0100
committerHelmut Grohne <helmut@subdivi.de>2022-12-22 13:31:03 +0100
commit8098d9d558a1e52736af4183a0e0152300193c54 (patch)
treee3ce703dbb87eda9dcd5167ce35560be1df8bf31
parent076d7df496db903d219456bdfa8459674b12f569 (diff)
downloaddebvm-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.yml2
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)"