mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: go-github-com-cyphar-filepath-securejoin: Extend test timeout.
* gnu/packages/golang-xyz.scm (go-github-com-cyphar-filepath-securejoin) [arguments]: Adjust the test-flags to extend the test timeout. Change-Id: I2ec1c9d797c09602b869134e8f00e4b197de0766
This commit is contained in:
parent
5e0cf0d25e
commit
50f6027fcf
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
;;; Copyright © 2019, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2019, 2021 Vagrant Cascadian <vagrant@debian.org>
|
||||
;;; Copyright © 2019-2021 Martin Becze <mjbecze@riseup.net>
|
||||
;;; Copyright © 2019-2024 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2019-2025 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2020 Alex Griffin <a@ajgrf.com>
|
||||
;;; Copyright © 2020 Danny Milosavljevic <dannym@scratchpost.org>
|
||||
;;; Copyright © 2020 Jack Hill <jackhill@jackhill.us>
|
||||
|
@ -4262,7 +4262,7 @@ metrics to Graphite.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags #~(list "-shuffle=on" "-v")
|
||||
#:test-flags #~(list "-timeout=30m" "-shuffle=on" "-v")
|
||||
#:import-path "github.com/cyphar/filepath-securejoin"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue