From cd9c1e48890f935731a6bfb3d5106fa42df08258 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sat, 7 Mar 2020 19:12:36 +0000 Subject: [PATCH] * Raise timeout for test-native-bootstrap CI test and build with -j2 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b31810fd33..51968a158fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,4 +75,5 @@ test-native-bootstrap: - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libgccjit-6-dev - ./autogen.sh autoconf - ./configure --without-makeinfo --with-nativecomp - - make bootstrap + - make bootstrap -j2 + timeout: 10 hours -- 2.39.5