mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Merge branch 'build-72h' into 'master'
build: set overall timeout to 72 hours See merge request fdroid/fdroidserver!878
This commit is contained in:
commit
e2467a2e02
1 changed files with 2 additions and 2 deletions
|
@ -1055,8 +1055,8 @@ def main():
|
|||
build_succeeded = []
|
||||
status_output['failedBuilds'] = failed_builds
|
||||
status_output['successfulBuilds'] = build_succeeded
|
||||
# Only build for 36 hours, then stop gracefully.
|
||||
endtime = time.time() + 36 * 60 * 60
|
||||
# Only build for 72 hours, then stop gracefully.
|
||||
endtime = time.time() + 72 * 60 * 60
|
||||
max_build_time_reached = False
|
||||
for appid, app in apps.items():
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue