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