[tracker] functional-tests: Increase default timeout 90s->180s, 90s isn't long enough sometimes



commit 02ee5a86bdfa97524212a25f78cab83a65c21f50
Author: Martin Kampas <martin kampas+gnomebugs ubedi net>
Date:   Mon Feb 24 16:07:33 2014 +0000

    functional-tests: Increase default timeout 90s->180s, 90s isn't long enough sometimes
    
    Some test cases need more than the default 90 seconds to complete. As the
    tests.xml is autogenerated, it is not possible to increase the timeout
    selectively without bigger changes to the create-tests-xml.py script. Thus
    increasing globally.

 tests/functional-tests/create-tests-xml.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/functional-tests/create-tests-xml.py b/tests/functional-tests/create-tests-xml.py
index d297854..ddc5da6 100755
--- a/tests/functional-tests/create-tests-xml.py
+++ b/tests/functional-tests/create-tests-xml.py
@@ -34,7 +34,7 @@ HEADER = """
   <suite name="tracker">
     <description>Functional tests for the brilliant tracker</description> """
 
-TEST_CASE_TMPL = """        <case name="%s">
+TEST_CASE_TMPL = """        <case name="%s" timeout="180">
             <description>%s</description>
             <step>%s</step>
         </case>"""


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