summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/examples/data
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-04 05:38:35 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-04 05:38:35 (GMT)
commitcc06fb21f890613c396936561501737a23d1cd9f (patch)
tree835d357a26e2a0cc1424c0b933da556e8c4ee050 /tests/auto/declarative/examples/data
parent63d3766ca2a7f3380d4a67e34497f2f70c42b5f2 (diff)
downloadQt-cc06fb21f890613c396936561501737a23d1cd9f.zip
Qt-cc06fb21f890613c396936561501737a23d1cd9f.tar.gz
Qt-cc06fb21f890613c396936561501737a23d1cd9f.tar.bz2
Ensure root object is at least created.
Tweak for QTBUG-5296 (lots of other examples hang too though)
Diffstat (limited to 'tests/auto/declarative/examples/data')
-rw-r--r--tests/auto/declarative/examples/data/dummytest.qml1
-rw-r--r--tests/auto/declarative/examples/data/webbrowser/webbrowser.qml2
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/examples/data/dummytest.qml b/tests/auto/declarative/examples/data/dummytest.qml
index cd9d8fb..b20e907 100644
--- a/tests/auto/declarative/examples/data/dummytest.qml
+++ b/tests/auto/declarative/examples/data/dummytest.qml
@@ -2,4 +2,5 @@ import Qt.VisualTest 4.6
VisualTest {
Frame { msec: 0 }
+ Frame { msec: 10 }
}
diff --git a/tests/auto/declarative/examples/data/webbrowser/webbrowser.qml b/tests/auto/declarative/examples/data/webbrowser/webbrowser.qml
index bdf3290..d31787b 100644
--- a/tests/auto/declarative/examples/data/webbrowser/webbrowser.qml
+++ b/tests/auto/declarative/examples/data/webbrowser/webbrowser.qml
@@ -2,5 +2,5 @@ import Qt.VisualTest 4.6
VisualTest {
Frame { msec: 0 }
- Frame { msec: 1000 }
+ Frame { msec: 2000 }
}