mirror of https://github.com/getdnsapi/getdns.git
Make check timeout larger than getdns timeout
- when timeout should be expected
This commit is contained in:
parent
2cc4865b14
commit
a78b963aa9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue