emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 79483a5 01/10: * .gitlab-ci.yml (test-native-bootstr


From: Andrea Corallo
Subject: feature/native-comp 79483a5 01/10: * .gitlab-ci.yml (test-native-bootstrap-speed*): Timeout to 8h
Date: Sun, 29 Mar 2020 09:12:51 -0400 (EDT)

branch: feature/native-comp
commit 79483a5873a90bb28178af59acfdb00040c3d23d
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * .gitlab-ci.yml (test-native-bootstrap-speed*): Timeout to 8h
    
    Running in tests in parall takes longer.
---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae46481..4522bb6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -81,7 +81,7 @@ test-native-bootstrap-speed0:
     - ./autogen.sh autoconf
     - ./configure --without-makeinfo --with-nativecomp
     - make bootstrap BYTE_COMPILE_EXTRA_FLAGS='--eval "(setq comp-speed 0)"' 
-j2
-  timeout: 3 hours
+  timeout: 8 hours
 
 test-native-bootstrap-speed1:
   stage: test
@@ -90,7 +90,7 @@ test-native-bootstrap-speed1:
     - ./autogen.sh autoconf
     - ./configure --without-makeinfo --with-nativecomp
     - make bootstrap NATIVE_FAST_BOOT=1 BYTE_COMPILE_EXTRA_FLAGS='--eval 
"(setq comp-speed 1)"'
-  timeout: 6 hours
+  timeout: 8 hours
 
 test-native-bootstrap-speed2:
   stage: test
@@ -99,4 +99,4 @@ test-native-bootstrap-speed2:
     - ./autogen.sh autoconf
     - ./configure --without-makeinfo --with-nativecomp
     - make bootstrap NATIVE_FAST_BOOT=1
-  timeout: 6 hours
+  timeout: 8 hours



reply via email to

[Prev in Thread] Current Thread [Next in Thread]