summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-02-25 15:24:13 +0200
committerStefan Kost <ensonic@users.sf.net>2009-02-25 15:25:58 +0200
commit366ead5ab027cbce099f5f2fe71d7bc31f7007d5 (patch)
tree642c2d32e99eba76cc467ad87ecc4d48a1628b92 /tests
parent2879426a8274f08a48c99cd3df226821917f931f (diff)
downloadgst-plugins-bad-366ead5ab027cbce099f5f2fe71d7bc31f7007d5.tar.gz
gst-plugins-bad-366ead5ab027cbce099f5f2fe71d7bc31f7007d5.tar.bz2
gst-plugins-bad-366ead5ab027cbce099f5f2fe71d7bc31f7007d5.zip
tests: add a timeout of 5 slightly above the default
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/neonhttpsrc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/elements/neonhttpsrc.c b/tests/check/elements/neonhttpsrc.c
index c5fda84b..1a54e5c7 100644
--- a/tests/check/elements/neonhttpsrc.c
+++ b/tests/check/elements/neonhttpsrc.c
@@ -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);