tests: add a timeout of 5 slightly above the default

This commit is contained in:
Stefan Kost 2009-02-25 15:24:13 +02:00
parent 2879426a82
commit 366ead5ab0

View file

@ -174,6 +174,7 @@ neonhttpsrc_suite (void)
TCase *tc_chain = tcase_create ("general");
suite_add_tcase (s, tc_chain);
tcase_set_timeout (tc_chain, 5);
tcase_add_test (tc_chain, test_first_buffer_has_offset);
tcase_add_test (tc_chain, test_icy_stream);