From a9291fa1c96ffa239f297ae4b8938ebcd2c1ee25 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Sun, 12 Feb 2023 01:02:31 -0800 Subject: [PATCH] Set deployment timeout to 10 minutes --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 33bc5e6..e006177 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -23,4 +23,5 @@ pipeline: addr: http://192.168.100.62:4646 template: template.nomad environment: - - PLUGIN_WATCH_DEPLOYMENT=true \ No newline at end of file + - PLUGIN_WATCH_DEPLOYMENT=true + - PLUGIN_WATCH_DEPLOYMENT_TIMEOUT=10m \ No newline at end of file