Make check timeout larger than getdns timeout

- when timeout should be expected
This commit is contained in:
Willem Toorop 2019-12-19 10:44:22 +00:00
parent 2cc4865b14
commit a78b963aa9
1 changed files with 1 additions and 0 deletions

View File

@ -474,6 +474,7 @@
TCase *tc_pos = tcase_create("Positive");
/* TODO: Test which specific lists are supported */
tcase_add_test(tc_pos, getdns_context_set_dns_transport_stub_5);
tcase_set_timeout(tc_pos, 6.0); /* test 6 times out after 5 secs */
tcase_add_test(tc_pos, getdns_context_set_dns_transport_recursing_6);
tcase_add_test(tc_pos, getdns_context_set_dns_transport_recursing_7);
tcase_add_test(tc_pos, getdns_context_set_dns_transport_recursing_8);