aboutsummaryrefslogtreecommitdiff
path: root/tests/gen-tests-xml.sh
diff options
context:
space:
mode:
authorBjoern Schnabel <bjoern.schnabel@basyskom.de>2010-08-09 15:15:26 +0200
committerMiroslav Safr <miroslav.safr@tieto.com>2010-08-10 09:31:16 +0300
commitbee34346dd4cb360ddd9b0ca21fbb3714782284c (patch)
tree1d0bf7a41332d9cf3ca0d37ec8e4afe99d82bd4b /tests/gen-tests-xml.sh
parentcba0fba05f41536a23bf2bcaa514bb9fbd0f71ed (diff)
Fixes: Resized standard timeout that ft_locales won't run again into a
timeout. RevBy: Safr Miroslav
Diffstat (limited to 'tests/gen-tests-xml.sh')
-rwxr-xr-xtests/gen-tests-xml.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gen-tests-xml.sh b/tests/gen-tests-xml.sh
index c995a1b6..98a562c6 100755
--- a/tests/gen-tests-xml.sh
+++ b/tests/gen-tests-xml.sh
@@ -11,7 +11,7 @@ FT_TESTCASES=""
for TEST in `ls -d ?t_*`; do
if [ -x $TEST/$TEST -o -x $TEST/$TEST_exec ]; then
-TESTCASE_TEMPLATE="<case name=\"$TEST\" description=\"$TEST\" requirement=\"\" timeout=\"200\">
+TESTCASE_TEMPLATE="<case name=\"$TEST\" description=\"$TEST\" requirement=\"\" timeout=\"300\">
<step expected_result=\"0\">/usr/lib/libmeegotouch-tests/$TEST</step>
</case>
"