1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 19:19:56 +00:00

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

This commit is contained in:
Gleb Mazovetskiy 2021-01-26 19:01:52 +00:00
parent 93bc5848af
commit c8db4b9b34

View file

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