From b2f8af3f87c0488a0115897f5bb487e9f0564a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 17 Jun 2021 14:12:06 +0200 Subject: [PATCH] increase build job wait time to 60 minutes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- tasks/schedule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/schedule.yml b/tasks/schedule.yml index cc6da20..46e3644 100644 --- a/tasks/schedule.yml +++ b/tasks/schedule.yml @@ -36,5 +36,5 @@ until: | task_stat.state is defined and task_stat.state.status != "TASK_STATE_RUNNING" - retries: 50 - delay: 30 + retries: 60 # 1 hour total + delay: 60 # seconds