1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-20 15:40:32 +00:00

Fix Debian GCC timeout on forks

This commit is contained in:
AnyOldName3 2020-11-17 16:45:13 +00:00
parent 8f2701c24b
commit 48ea9960b9

View File

@ -37,6 +37,8 @@ Debian_GCC:
CC: gcc
CXX: g++
CCACHE_SIZE: 3G
# When CCache doesn't exist (e.g. first build on a fork), build takes more than 1h, which is the default for forks.
timeout: 2h
Debian_GCC_tests:
extends: .Debian