From 8098d9d558a1e52736af4183a0e0152300193c54 Mon Sep 17 00:00:00 2001
From: Helmut Grohne <helmut@subdivi.de>
Date: Thu, 22 Dec 2022 13:31:03 +0100
Subject: gitlabci: bump up vm timeout

arm64 takes a little longer and the ssh loop takes up to 150s anyway.
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.gitlab-ci.yml')

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)"
-- 
cgit v1.2.3