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:
parent
df8b0a6665
commit
ca976d487c
1 changed files with 1 additions and 1 deletions
|
@ -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:")
|
||||
|
|
Loading…
Reference in a new issue