Revert "CI: run every 2 hours instead of 3"

This reverts commit 3116e844be.
This commit is contained in:
Christoph Reiter
2023-04-05 16:58:30 +02:00
parent 3ef72c5eed
commit f3bf1b80b0
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ on:
required: false
type: string
schedule:
- cron: '0 0/2 * * *'
- cron: '0 0/3 * * *'
env:
PYTHONUNBUFFERED: 1

View File

@@ -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