aboutsummaryrefslogtreecommitdiff
path: root/demos/widgetsgallery/panningbenchmark.cpp
diff options
context:
space:
mode:
authorArmin Berres <armin.berres@basyskom.de>2010-06-09 15:47:27 +0200
committerSergiy Dubovik <sergiy.dubovik@nokia.com>2010-06-11 14:23:20 +0300
commit61543efaf17d4cbe7f2282673f96e3ee3d16beaf (patch)
tree56c8305b77b0879496c2198a6e3bfd822a7860ce /demos/widgetsgallery/panningbenchmark.cpp
parent09e75dd60abea8aa8637c21ff6ebd40a989392a8 (diff)
Changes: increase timeout when checking for running window manager
RevBy: TrustMe Details: Now and then it was happening that the timedemo was terminating even if a window manager was actually running. In this cases activating a page has been delayed for some reason. With a 5 second timeout this really should not happen anymore.
Diffstat (limited to 'demos/widgetsgallery/panningbenchmark.cpp')
-rw-r--r--demos/widgetsgallery/panningbenchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/widgetsgallery/panningbenchmark.cpp b/demos/widgetsgallery/panningbenchmark.cpp
index 845e0403..024f7b68 100644
--- a/demos/widgetsgallery/panningbenchmark.cpp
+++ b/demos/widgetsgallery/panningbenchmark.cpp
@@ -47,7 +47,7 @@ void PanningBenchmark::start()
if (!applicationPage->isActiveWindow()) {
connect(applicationPage, SIGNAL(appeared()), this, SLOT(waitBeforePanning()));
applicationPage->appear();
- verifyAppearanceTimer->start(2000);
+ verifyAppearanceTimer->start(5000);
} else {
waitBeforePanning();
}