summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2022-12-21 12:23:25 +0100
committerHelmut Grohne <helmut@subdivi.de>2022-12-21 12:23:25 +0100
commite31e3c7b2f78c6680bcbb7a87939d9646f3807c8 (patch)
treeb98241a409b507bbcfbcb6a03f35907dae76135a
parent07d630126e4d25f204b1e8e0aac82db5139782ac (diff)
downloaddebvm-e31e3c7b2f78c6680bcbb7a87939d9646f3807c8.tar.gz
gitlab-ci: increase boot wait
This is a race condition. Let's see whether we can win it more reliably.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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