From eb14dcf6e97a22844b51a6845cc8f509901ce8ed Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Wed, 10 Feb 2021 23:45:25 +0100 Subject: [PATCH] bump check_releases timeout (#8812) It's become quite flaky at just 4h. Yes, I do plan to actually fix it, but it may take a while. CHANGELOG_BEGIN CHANGELOG_END --- ci/cron/daily-compat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cron/daily-compat.yml b/ci/cron/daily-compat.yml index 789997efb6..98360617de 100644 --- a/ci/cron/daily-compat.yml +++ b/ci/cron/daily-compat.yml @@ -177,7 +177,7 @@ jobs: GCRED: $(GOOGLE_APPLICATION_CREDENTIALS_CONTENT) - job: check_releases - timeoutInMinutes: 240 + timeoutInMinutes: 360 pool: name: ubuntu_20_04 demands: assignment -equals default