[commit: ghc] master: testsuite: Bump up timeout multiplier on T11195 (932b469)

git at git.haskell.org git at git.haskell.org
Wed Apr 5 00:49:39 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/932b469687e17b7694f930314267899a10935cbe/ghc

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

commit 932b469687e17b7694f930314267899a10935cbe
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).


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

932b469687e17b7694f930314267899a10935cbe
 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