mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
Merge branch 'build-36h' into 'master'
build: set overall timeout to 36 hours See merge request fdroid/fdroidserver!460
This commit is contained in:
commit
62db94d96e
1 changed files with 2 additions and 2 deletions
|
@ -1082,8 +1082,8 @@ def main():
|
|||
# Build applications...
|
||||
failed_apps = {}
|
||||
build_succeeded = []
|
||||
# Only build for 12 hours, then stop gracefully
|
||||
endtime = time.time() + 12 * 60 * 60
|
||||
# Only build for 36 hours, then stop gracefully.
|
||||
endtime = time.time() + 36 * 60 * 60
|
||||
max_build_time_reached = False
|
||||
for appid, app in apps.items():
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue