summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/test3.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qmltests/data/test3.html')
-rw-r--r--tests/auto/quick/qmltests/data/test3.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qmltests/data/test3.html b/tests/auto/quick/qmltests/data/test3.html
index 0c0e4eebf..f09d06d45 100644
--- a/tests/auto/quick/qmltests/data/test3.html
+++ b/tests/auto/quick/qmltests/data/test3.html
@@ -5,7 +5,7 @@
<script type="text/javascript">
function kickOffTitleChange()
{
- var t = setTimeout("changeTitle('New Title')",3000);
+ var t = setTimeout("changeTitle('New Title')",500);
}
function changeTitle(title)
{