From: Martin Willi Date: Thu, 16 Apr 2015 08:15:13 +0000 (+0200) Subject: unit-tests: Further increase the test vector testing timeout X-Git-Tag: 5.3.1dr1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31a171f5c4bf4bd6076bf1542c5660f0690c42ba;p=thirdparty%2Fstrongswan.git unit-tests: Further increase the test vector testing timeout Some build bots running make check seem to have longer for the DH testing. --- diff --git a/src/libstrongswan/tests/suites/test_vectors.c b/src/libstrongswan/tests/suites/test_vectors.c index 34e4a99a6f..a35342837d 100644 --- a/src/libstrongswan/tests/suites/test_vectors.c +++ b/src/libstrongswan/tests/suites/test_vectors.c @@ -60,7 +60,7 @@ Suite *vectors_suite_create() tc = tcase_create("transforms"); tcase_add_loop_test(tc, test_vectors, 0, countof(tfs)); - tcase_set_timeout(tc, 8); + tcase_set_timeout(tc, 20); suite_add_tcase(s, tc); return s;