[libosinfo PATCH] tests: test-mediauris: raise timeout to 5 minutes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.
---
 tests/test-mediauris.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test-mediauris.c b/tests/test-mediauris.c
index 1b330ed..837197c 100644
--- a/tests/test-mediauris.c
+++ b/tests/test-mediauris.c
@@ -113,7 +113,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);
-- 
2.13.4

_______________________________________________
Libosinfo mailing list
Libosinfo@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libosinfo



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux