From e31e3c7b2f78c6680bcbb7a87939d9646f3807c8 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Wed, 21 Dec 2022 12:23:25 +0100 Subject: gitlab-ci: increase boot wait This is a race condition. Let's see whether we can win it more reliably. --- .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 ecd604a..624e0e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,5 +28,5 @@ simpletest: - ssh-keygen -f ~/.ssh/id -N '' - ./debvm-create -k ~/.ssh/id.pub -r $RELEASE - timelimit -t 120 -T 10 ./debvm-run -s 2222 & - - sleep 10 + - sleep 15 - ssh -o StrictHostKeyChecking=no -i ~/.ssh/id -p 2222 root@localhost poweroff -- cgit v1.2.3