CI: CI runs for three hours, not one hour (MR 4135)

In 11682fb0ab, the timeout was set to 10
hours. This means that the CI no longer just runs for one hour. However,
we are still limited by GitLab's runners which only give us three hours
of CI time per job, so given the status quo, this is the most likely
duration for someone who hasn't set up their own CI runners.
This commit is contained in:
Newbyte 2023-05-30 09:12:52 +02:00
parent df8b0a6665
commit ca976d487c
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -134,7 +134,7 @@ def get_changed_packages_sanity_check(count):
print("ERROR: Too many packages have changed!")
print()
print("This is a sanity check, so we don't end up building packages that")
print("have not been modified. CI won't run for more than one hour")
print("have not been modified. CI won't run for more than three hours")
print("anyway.")
print()
print("Your options:")