1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-06-26 10:34:39 +02:00

ci: update wait time for Docker E2E test

This commit is contained in:
Christian Nicolai 2024-05-23 13:38:30 +02:00 committed by Christian Nicolai
parent 556f087a10
commit 85c6378d73

View File

@ -50,7 +50,7 @@ namespace :docker do
chmod a+w e2e/db.json
SCRIPT
sh "docker run -d --name=dyndnsd-ci -v $(pwd)/e2e:/etc/dyndnsd -p 8080:8080 -p 5353:5353 #{ci_image}"
sh 'sleep 1'
sh 'sleep 5'
puts '----------------------------------------'
# `dig` needs `sudo apt-get install -y -q dnsutils`
sh <<~SCRIPT