mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openexr-2: Extend the test timeout.
* gnu/packages/graphics.scm (openexr-2)[arguments]: Adjust the custom phase to extend the test timeout.
This commit is contained in:
parent
e19b3d4003
commit
8a0384b88f
1 changed files with 2 additions and 2 deletions
|
@ -1173,13 +1173,13 @@ with strong support for multi-part, multi-channel use cases.")
|
||||||
(("/var/tmp") "/tmp"))))
|
(("/var/tmp") "/tmp"))))
|
||||||
(add-after 'change-directory 'increase-test-timeout
|
(add-after 'change-directory 'increase-test-timeout
|
||||||
(lambda _
|
(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.
|
;; timeout of 1500 seconds for the OpenEXR.IlmImf test.
|
||||||
(substitute* "IlmImfTest/CMakeLists.txt"
|
(substitute* "IlmImfTest/CMakeLists.txt"
|
||||||
(("add_test\\(NAME OpenEXR\\.IlmImf.*" all)
|
(("add_test\\(NAME OpenEXR\\.IlmImf.*" all)
|
||||||
(string-append
|
(string-append
|
||||||
all
|
all
|
||||||
"set_tests_properties(OpenEXR.IlmImf PROPERTIES TIMEOUT 2000)")))
|
"set_tests_properties(OpenEXR.IlmImf PROPERTIES TIMEOUT 15000)")))
|
||||||
#t))
|
#t))
|
||||||
,@(if (not (target-64bit?))
|
,@(if (not (target-64bit?))
|
||||||
`((add-after 'change-directory 'disable-broken-test
|
`((add-after 'change-directory 'disable-broken-test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue