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:
@@ -60,7 +60,7 @@ Suite *vectors_suite_create()
|
|||||||
|
|
||||||
tc = tcase_create("transforms");
|
tc = tcase_create("transforms");
|
||||||
tcase_add_loop_test(tc, test_vectors, 0, countof(tfs));
|
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);
|
suite_add_tcase(s, tc);
|
||||||
|
|
||||||
return s;
|
return s;
|
||||||
|
|||||||
Reference in New Issue
Block a user