guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: openexr-2: Extend the test timeout.


From: guix-commits
Subject: branch staging updated: gnu: openexr-2: Extend the test timeout.
Date: Sat, 24 Sep 2022 12:56:38 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 8a0384b88f gnu: openexr-2: Extend the test timeout.
8a0384b88f is described below

commit 8a0384b88fb216e9beca37be929b7337faabf4cc
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Sep 24 19:54:46 2022 +0300

    gnu: openexr-2: Extend the test timeout.
    
    * gnu/packages/graphics.scm (openexr-2)[arguments]: Adjust the custom
    phase to extend the test timeout.
---
 gnu/packages/graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index d4300f01da..4a404953a0 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1173,13 +1173,13 @@ with strong support for multi-part, multi-channel use 
cases.")
                (("/var/tmp") "/tmp"))))
          (add-after 'change-directory 'increase-test-timeout
            (lambda _
-             ;; On armhf-linux, we need to override the CTest default
+             ;; On some architectures, we need to override the CTest default
              ;; timeout of 1500 seconds for the OpenEXR.IlmImf test.
              (substitute* "IlmImfTest/CMakeLists.txt"
                (("add_test\\(NAME OpenEXR\\.IlmImf.*" all)
                 (string-append
                  all
-                 "set_tests_properties(OpenEXR.IlmImf PROPERTIES TIMEOUT 
2000)")))
+                 "set_tests_properties(OpenEXR.IlmImf PROPERTIES TIMEOUT 
15000)")))
              #t))
          ,@(if (not (target-64bit?))
                `((add-after 'change-directory 'disable-broken-test



reply via email to

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