unit-tests: Further increase the test vector testing timeout

Some build bots running make check seem to have longer for the DH testing.
This commit is contained in:
Martin Willi
2015-04-16 10:15:13 +02:00
parent 7d1ffe013d
commit 31a171f5c4
@@ -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;