From f3bf1b80b0679dac7673443b5cedaf40cdee3631 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 5 Apr 2023 16:58:30 +0200 Subject: [PATCH] Revert "CI: run every 2 hours instead of 3" This reverts commit 3116e844bee9bb9515ea892b37238e54cf2fcb98. --- .github/workflows/build.yml | 2 +- msys2_autobuild/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a71876..75cb205 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ on: required: false type: string schedule: - - cron: '0 0/2 * * *' + - cron: '0 0/3 * * *' env: PYTHONUNBUFFERED: 1 diff --git a/msys2_autobuild/config.py b/msys2_autobuild/config.py index 404d9d0..9fb4661 100644 --- a/msys2_autobuild/config.py +++ b/msys2_autobuild/config.py @@ -62,7 +62,7 @@ class Config: } """Fetch certain build types from other repos if available""" - SOFT_JOB_TIMEOUT = 60 * 60 * 2 + SOFT_JOB_TIMEOUT = 60 * 60 * 3 """Runtime after which we shouldn't start a new build""" MAXIMUM_JOB_COUNT = 15