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