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

Increase timeouts for long sdk/ndk downloads

This commit is contained in:
Ciaran Gultnieks 2013-05-23 10:53:27 +01:00
parent 642831c78f
commit cf35b69d31
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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"