mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
Increase timeouts for long sdk/ndk downloads
This commit is contained in:
parent
642831c78f
commit
cf35b69d31
@ -2,6 +2,7 @@
|
||||
ndk_loc = node[:settings][:ndk_loc]
|
||||
|
||||
script "setup-android-ndk" do
|
||||
timeout 14400
|
||||
interpreter "bash"
|
||||
user node[:settings][:user]
|
||||
cwd "/tmp"
|
||||
|
@ -8,6 +8,7 @@ sdk_loc = node[:settings][:sdk_loc]
|
||||
user = node[:settings][:user]
|
||||
|
||||
script "setup-android-sdk" do
|
||||
timeout 14400
|
||||
interpreter "bash"
|
||||
user user
|
||||
cwd "/tmp"
|
||||
|
Loading…
Reference in New Issue
Block a user