.gitlab-ci.yml: Increase Android timeout (1h -> 1h30m)

pull/3047/head
Gleb Mazovetskiy 3 years ago
parent 93bc5848af
commit c8db4b9b34

@ -331,3 +331,5 @@ Debian_AndroidNDK_arm64-v8a:
artifacts:
paths:
- build/install/
# When CCache doesn't exist (e.g. first build on a fork), build takes more than 1h, which is the default for forks.
timeout: 1h30m

Loading…
Cancel
Save