Codebase list haskell-persistent / 9378847
haskell-skylighting-core: Increase test timeout to fix FTBFS on some architectures Adrian Bunk authored 1 year, 8 months ago Ilias Tsitsimpis committed 1 year, 8 months ago
2 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Increase test timeout to fix FTBFS on some architectures
1
2 --- haskell-skylighting-core-0.12.3.1.orig/test/test-skylighting.hs
3 +++ haskell-skylighting-core-0.12.3.1/test/test-skylighting.hs
4 @@ -224,7 +224,7 @@ p_no_drop cfg syntax t =
5
6 noDropTest :: TokenizerConfig -> [Text] -> Syntax -> TestTree
7 noDropTest cfg inps syntax =
8 - localOption (mkTimeout 25000000)
9 + localOption (mkTimeout 250000000)
10 $ testCase (Text.unpack (sName syntax))
11 $ mapM_ go inps
12 where go inp =