guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: orbit2: Disable parallel tests.


From: guix-commits
Subject: 10/10: gnu: orbit2: Disable parallel tests.
Date: Tue, 21 Jan 2020 17:19:11 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit c2d837b943e522d6da350421283e7670c9b88da2
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Jan 20 19:15:40 2020 +0100

    gnu: orbit2: Disable parallel tests.
    
    * gnu/packages/gnome.scm (orbit2)[arguments]: Add #:parallel-tests?.
---
 gnu/packages/gnome.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4d92f58..5a813f6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2468,7 +2468,9 @@ functionality was designed to be as reusable and portable 
as possible.")
                 "0l3mhpyym9m5iz09fz0rgiqxl2ym6kpkwpsp1xrr4aa80nlh1jam"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags
+     `(;; The "timeout-server" test hangs when run in parallel.
+       #:parallel-tests? #f
+       #:configure-flags
        '(;; We don't need static libraries, plus they don't build reproducibly
          ;; (non-deterministic ordering of .o files in the archive.)
          "--disable-static"



reply via email to

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