[commit: ghc] ghc-8.2: testsuite: Bump up timeout multiplier on T11195 (dea307b)

git at git.haskell.org git at git.haskell.org
Tue Apr 11 18:51:17 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/dea307b6e1a9495244dff36c8c3681d25c6f21b2/ghc

>---------------------------------------------------------------

commit dea307b6e1a9495244dff36c8c3681d25c6f21b2
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Apr 4 18:04:07 2017 -0400

    testsuite: Bump up timeout multiplier on T11195
    
    This has been failing a bit too often (on CI machines under load).
    
    (cherry picked from commit 932b469687e17b7694f930314267899a10935cbe)


>---------------------------------------------------------------

dea307b6e1a9495244dff36c8c3681d25c6f21b2
 testsuite/tests/pmcheck/should_compile/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/pmcheck/should_compile/all.T b/testsuite/tests/pmcheck/should_compile/all.T
index 8745358..a3c5e91 100644
--- a/testsuite/tests/pmcheck/should_compile/all.T
+++ b/testsuite/tests/pmcheck/should_compile/all.T
@@ -40,7 +40,7 @@ test('T11303', normal, compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-
 test('T11276', compile_timeout_multiplier(0.01), compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns +RTS -M1G -RTS'])
 test('T11303b', compile_timeout_multiplier(0.01), compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns +RTS -M1G -RTS'])
 test('T11374', compile_timeout_multiplier(0.01), compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns +RTS -M1G -RTS'])
-test('T11195', compile_timeout_multiplier(0.40), compile, ['-package ghc -fwarn-incomplete-patterns -fwarn-overlapping-patterns +RTS -M2G -RTS'])
+test('T11195', compile_timeout_multiplier(0.50), compile, ['-package ghc -fwarn-incomplete-patterns -fwarn-overlapping-patterns +RTS -M2G -RTS'])
 
 # Other tests
 test('pmc001', [], compile,



More information about the ghc-commits mailing list