Skip to content

Commit 15499b0

Browse files
committed
tests: Increase timeout for jbuilder::ec_stress
Signed-off-by: Ben Collins <bcollins@libjwt.io>
1 parent 5af2b73 commit 15499b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/jwt_builder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ static Suite *libjwt_suite(const char *title)
873873
tcase_add_loop_test(tc_core, gen_es384_pub, 0, i);
874874
tcase_add_loop_test(tc_core, set_alg, 0, i);
875875
tcase_add_loop_test(tc_core, gen_ec_stress, 0, i);
876-
tcase_set_timeout(tc_core, 60);
876+
tcase_set_timeout(tc_core, 120);
877877
suite_add_tcase(s, tc_core);
878878

879879
tc_core = tcase_create("Error Handling");

0 commit comments

Comments
 (0)