diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-04-20 22:34:21 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-04-21 12:10:51 -0400 |
commit | 3672cf6d0962dd6bf0a05e6e3433c81bbdf04a11 (patch) | |
tree | 8fe071573af0c0c9958a07a6944dad30d758161a | |
parent | e134af010bdd0d2a94fbfd68e0605dc55e1be3a8 (diff) | |
download | haskell-3672cf6d0962dd6bf0a05e6e3433c81bbdf04a11.tar.gz |
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)
-rw-r--r-- | testsuite/tests/pmcheck/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/all.T b/testsuite/tests/pmcheck/should_compile/all.T index a3c5e91abc..f44034b0d2 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, |