aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtDeclarative/bug_847.qml
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-07-21 17:44:57 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:38 -0300
commit81f264913e25fde7f539a4f40b664040c5baca76 (patch)
tree17419fc101ee6db8dc48624fa46ce57720260e58 /tests/QtDeclarative/bug_847.qml
parentf10f4f70d4ffe21ace185db5da4ce4ab0fba9b34 (diff)
Fixed unit test for bug_847 mandelbug.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
Diffstat (limited to 'tests/QtDeclarative/bug_847.qml')
-rw-r--r--tests/QtDeclarative/bug_847.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/QtDeclarative/bug_847.qml b/tests/QtDeclarative/bug_847.qml
index e47819ff7..1cb40faa4 100644
--- a/tests/QtDeclarative/bug_847.qml
+++ b/tests/QtDeclarative/bug_847.qml
@@ -15,7 +15,7 @@ Rectangle {
}
Timer {
- interval: 1; running: true;
+ interval: 100; running: true;
onTriggered: {
if (pythonObject != undefined) {
pythonObject.blubb(42, 84)