summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/all.T
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krz.gogolewski@gmail.com>2013-10-12 05:05:32 +0200
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2013-10-12 05:05:32 +0200
commit6584d736b9fdf0a3a7457bdabaddd8b9b17a3cc8 (patch)
tree150e2af74b23fae308d441f5880082953ea48e43 /testsuite/tests/parser/should_fail/all.T
parentdcdc172565580e7b8e0f18938fd493b48cf89efc (diff)
downloadhaskell-6584d736b9fdf0a3a7457bdabaddd8b9b17a3cc8.tar.gz
Add a timeout for #8431
Diffstat (limited to 'testsuite/tests/parser/should_fail/all.T')
-rw-r--r--testsuite/tests/parser/should_fail/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_fail/all.T b/testsuite/tests/parser/should_fail/all.T
index 9aba76e9b2..7e0194a060 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'])