[Pkg-e-commits] [SCM] Enlightenment Foundation Library providing optimized data types branch, master, updated. debian/0.0.1_svn20081120-1-415-g97fcf20

Albin Tonnerre albin.tonnerre at gmail.com
Sun Dec 13 13:08:13 UTC 2009


The following commit has been merged in the master branch:
commit ae986d1cd7c41ab44cfeccf10dced7a3981808f3
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Sun Dec 13 12:21:32 2009 +0100

    Add debian/patches/02_eina_test_rbtree_timeout.diff
    
    Some tests in the testsuite take a long time to run, causing FTBFS
    on several architectures, as the default timeout is 4 seconds. Wait
    for 5 minutes instead, that should be enough. (Closes: #560742)

diff --git a/debian/patches/02_eina_test_rbtree_timeout.diff b/debian/patches/02_eina_test_rbtree_timeout.diff
new file mode 100644
index 0000000..1d5a30a
--- /dev/null
+++ b/debian/patches/02_eina_test_rbtree_timeout.diff
@@ -0,0 +1,11 @@
+diff --git a/src/tests/eina_test_rbtree.c b/src/tests/eina_test_rbtree.c
+index a7b66e6..c7badf4 100644
+--- a/src/tests/eina_test_rbtree.c
++++ b/src/tests/eina_test_rbtree.c
+@@ -283,5 +283,6 @@ eina_test_rbtree(TCase *tc)
+    tcase_add_test(tc, eina_rbtree_simple_remove);
+    tcase_add_test(tc, eina_rbtree_simple_remove2);
+    tcase_add_test(tc, eina_rbtree_simple_remove3);
++   tcase_set_timeout(tc, 300);
+ }
+ 

-- 
 Enlightenment Foundation Library providing optimized data types



More information about the Pkg-e-commits mailing list