[Git][haskell-team/DHG_packages][master] haskell-skylighting-core: Increase test timeout to fix FTBFS on some architectures
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sat Sep 3 13:32:17 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
93788471 by Adrian Bunk at 2022-09-03T12:31:18+00:00
haskell-skylighting-core: Increase test timeout to fix FTBFS on some architectures
- - - - -
2 changed files:
- + p/haskell-skylighting-core/debian/patches/longer-test-timeout.patch
- + p/haskell-skylighting-core/debian/patches/series
Changes:
=====================================
p/haskell-skylighting-core/debian/patches/longer-test-timeout.patch
=====================================
@@ -0,0 +1,13 @@
+Description: Increase test timeout to fix FTBFS on some architectures
+
+--- haskell-skylighting-core-0.12.3.1.orig/test/test-skylighting.hs
++++ haskell-skylighting-core-0.12.3.1/test/test-skylighting.hs
+@@ -224,7 +224,7 @@ p_no_drop cfg syntax t =
+
+ noDropTest :: TokenizerConfig -> [Text] -> Syntax -> TestTree
+ noDropTest cfg inps syntax =
+- localOption (mkTimeout 25000000)
++ localOption (mkTimeout 250000000)
+ $ testCase (Text.unpack (sName syntax))
+ $ mapM_ go inps
+ where go inp =
=====================================
p/haskell-skylighting-core/debian/patches/series
=====================================
@@ -0,0 +1 @@
+longer-test-timeout.patch
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/93788471295a59145d738e3ea9c18ac41432cb6e
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/93788471295a59145d738e3ea9c18ac41432cb6e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20220903/ba24a7e8/attachment.htm>
More information about the Pkg-haskell-commits
mailing list