gnu: orbit2: Disable parallel tests.
authorMarius Bakke <mbakke@fastmail.com>
Mon, 20 Jan 2020 18:15:40 +0000 (19:15 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Tue, 21 Jan 2020 22:17:20 +0000 (23:17 +0100)
* gnu/packages/gnome.scm (orbit2)[arguments]: Add #:parallel-tests?.

gnu/packages/gnome.scm

index 4d92f58..5a813f6 100644 (file)
@@ -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"