1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-15 17:50:10 +02:00

wait a sec after suspending

This commit is contained in:
Michael Pöhn 2017-04-14 15:58:16 +02:00 committed by Hans-Christoph Steiner
parent 48159f005a
commit 4546929d7f

View File

@ -604,9 +604,9 @@ def build_server(app, build, vcs, build_dir, output_dir, log_dir, force):
ftp.close()
finally:
# Suspend the build server.
vm_suspend_builder()
vm = vmtools.get_build_vm('builder')
vm.suspend()
def force_gradle_build_tools(build_dir, build_tools):