From ca7dd2facde3f113c909c2c474833f82ddb53639 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 10 Feb 2018 21:16:01 +0100 Subject: [PATCH] increase timeout for tests Signed-off-by: Igor Gnatenko --- http-parser.spec | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/http-parser.spec b/http-parser.spec index 87b7c63..d63f093 100644 --- a/http-parser.spec +++ b/http-parser.spec @@ -40,7 +40,8 @@ foreach x : [['http_parser', ['-DHTTP_PARSER_STRICT=0']], test('test-@0@'.format(x.get(0)), executable('test-@0@'.format(x.get(0)), 'test.c', c_args : x.get(1), - link_with : lib)) + link_with : lib), + timeout : 60) endforeach EOF @@ -52,13 +53,7 @@ EOF %meson_install %check -# Timeouts on ARM -%meson_test \ - %ifarch %{arm} - || : - %else - ; - %endif +%meson_test %ldconfig_scriptlets