From 6584d736b9fdf0a3a7457bdabaddd8b9b17a3cc8 Mon Sep 17 00:00:00 2001 From: Krzysztof Gogolewski Date: Sat, 12 Oct 2013 05:05:32 +0200 Subject: Add a timeout for #8431 --- testsuite/tests/parser/should_fail/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/parser/should_fail/all.T') 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']) -- cgit v1.2.1