]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
unit-tests: Further increase the test vector testing timeout
authorMartin Willi <martin@revosec.ch>
Thu, 16 Apr 2015 08:15:13 +0000 (10:15 +0200)
committerMartin Willi <martin@revosec.ch>
Thu, 16 Apr 2015 08:15:13 +0000 (10:15 +0200)
Some build bots running make check seem to have longer for the DH testing.

src/libstrongswan/tests/suites/test_vectors.c

index 34e4a99a6feef66ff6a38adb502034c5c0f66092..a35342837df3cd08c8d6d7604b32aa38d7d5a0b2 100644 (file)
@@ -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;