mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-05 06:50:10 +01:00
wait a sec after suspending
This commit is contained in:
parent
48159f005a
commit
4546929d7f
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user