From 834c7ac15f7729b9c6c02caf1c347e500cb8975f Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 1 Jan 2023 12:07:55 +0100 Subject: [PATCH] ci: add timeout step --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4d559dd..fcf7826 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: wait_db: image: gitnet.fr/deblan/timeout:latest commands: - - /bin/timeout -t 30 -c 'while true; do nc -z -v db 3306; sleep 0.5; done' + - /bin/timeout -t 30 -v -c 'while true; do nc -z -v db 3306; sleep 0.5; done' create_db: image: mariadb:10.3