From: Andrea Corallo Date: Sat, 7 Mar 2020 19:12:36 +0000 (+0000) Subject: * Raise timeout for test-native-bootstrap CI test and build with -j2 X-Git-Tag: emacs-28.0.90~2727^2~790 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd9c1e48890f935731a6bfb3d5106fa42df08258;p=emacs.git * Raise timeout for test-native-bootstrap CI test and build with -j2 --- 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