[tracker/functional-test-fixes-bug-696172: 3/8] functional-tests: Increase default timeout 90s->180s, 90s isn't long enough sometimes
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/functional-test-fixes-bug-696172: 3/8] functional-tests: Increase default timeout 90s->180s, 90s isn't long enough sometimes
- Date: Mon, 24 Feb 2014 16:24:49 +0000 (UTC)
commit aaa24db287a52dc827ca55a710592ca8ae16c379
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]