[commit: ghc] master: testsuite: Bump timeout multiplier for T11195 (3672cf6)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 17:24:11 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/3672cf6d0962dd6bf0a05e6e3433c81bbdf04a11/ghc

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

commit 3672cf6d0962dd6bf0a05e6e3433c81bbdf04a11
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Apr 20 22:34:21 2017 -0400

    testsuite: Bump timeout multiplier for T11195
    
    This test has been occassionally failing on the Darwin build bot for some time
    now.
    
    (cherry picked from commit b3a4dd1152884ff1240824137eca0a49cb6e5a2c)


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

3672cf6d0962dd6bf0a05e6e3433c81bbdf04a11
 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 a3c5e91..f44034b 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.50), compile, ['-package ghc -fwarn-incomplete-patterns -fwarn-overlapping-patterns +RTS -M2G -RTS'])
+test('T11195', compile_timeout_multiplier(0.60), 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