summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPino Toscano <ptoscano@redhat.com>2017-08-07 13:44:50 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2017-10-16 11:12:30 +0200
commit8a19e5195d8a90efcb95d1a40c7d1f2f324dab5a (patch)
tree90bea37a155580473cdd0673b6f27cde51c08ed1 /tests
parent93c54a31a0c5ddd9bd2bf52fee1cce47038041fa (diff)
downloadlibosinfo-8a19e5195d8a90efcb95d1a40c7d1f2f324dab5a.tar.gz
tests: test-mediauris: raise timeout to 5 minutes
With the growing amount of distros in osinfo-db, the test takes more and more time to complete, hitting the 2 minutes timeout in case of any network hiccup (or simply when a server takes more time to reply). Hence, raise the timeout to 5 minutes, which ought to be enough now. Acked-by: Christophe Fergeau <cfergeau@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test-mediauris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-mediauris.c b/tests/test-mediauris.c
index 2338e01..52d1e1c 100644
--- a/tests/test-mediauris.c
+++ b/tests/test-mediauris.c
@@ -118,7 +118,7 @@ list_suite(void)
{
Suite *s = suite_create("List");
TCase *tc = tcase_create("Core");
- tcase_set_timeout(tc, 120);
+ tcase_set_timeout(tc, 300);
tcase_add_test(tc, test_uris);
suite_add_tcase(s, tc);