From: Krzysztof Gogolewski Date: Sat, 12 Oct 2013 03:05:32 +0000 (+0200) Subject: Add a timeout for #8431 X-Git-Tag: ghc-7.9-start~109^2~164 X-Git-Url: http://git.haskell.org/ghc.git/commitdiff_plain/6584d736b9fdf0a3a7457bdabaddd8b9b17a3cc8 Add a timeout for #8431 --- diff --git a/testsuite/tests/parser/should_fail/all.T b/testsuite/tests/parser/should_fail/all.T index 9aba76e..7e0194a 100644 --- a/testsuite/tests/parser/should_fail/all.T +++ b/testsuite/tests/parser/should_fail/all.T @@ -81,4 +81,4 @@ test('T984', normal, compile_fail, ['']) test('T7848', normal, compile_fail, ['-dppr-user-length=100']) test('ExportCommaComma', normal, compile_fail, ['']) test('T8430', literate, compile_fail, ['']) -test('T8431', normal, compile_fail, ['-XAlternativeLayoutRule']) +test('T8431', [timeout_multiplier(0.05)], compile_fail, ['-XAlternativeLayoutRule'])