From ae7f8de173c69fc787fa654a1520c51e1f7d0d64 Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@m4x.org> Date: Tue, 21 Jul 2020 15:40:28 +0200 Subject: [PATCH] [tests] more strict timeout now that the measure is more stable --- tests/syntax/string_concat.c | 2 +- tests/syntax/wstring_concat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/syntax/string_concat.c b/tests/syntax/string_concat.c index 8073c72f04c..21e443baaba 100644 --- a/tests/syntax/string_concat.c +++ b/tests/syntax/string_concat.c @@ -1,5 +1,5 @@ /* run.config* -TIMEOUT: 45 +TIMEOUT: 10 OPT: -eva */ diff --git a/tests/syntax/wstring_concat.c b/tests/syntax/wstring_concat.c index 4c72ed31cce..3d9cf6e4936 100644 --- a/tests/syntax/wstring_concat.c +++ b/tests/syntax/wstring_concat.c @@ -1,5 +1,5 @@ /* run.config* -TIMEOUT: 45 +TIMEOUT: 10 OPT: -eva */ -- GitLab