mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-19 18:08:35 +00:00
Try an additional 10 seconds on each sleep in the clean shutdown test
This commit is contained in:
@@ -24,7 +24,7 @@ def test_pihole_ftl_version(docker):
|
||||
def test_pihole_ftl_clean_shutdown(docker):
|
||||
func = docker.run(
|
||||
"""
|
||||
sleep 5
|
||||
sleep 15
|
||||
killall --signal 15 start.sh
|
||||
sleep 5
|
||||
grep 'terminated' /var/log/pihole/FTL.log
|
||||
|
||||
Reference in New Issue
Block a user