aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qtwebkit/webview_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qtwebkit/webview_test.py')
-rw-r--r--tests/qtwebkit/webview_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtwebkit/webview_test.py b/tests/qtwebkit/webview_test.py
index 176d4873e..e1ba7efd6 100644
--- a/tests/qtwebkit/webview_test.py
+++ b/tests/qtwebkit/webview_test.py
@@ -14,7 +14,7 @@ class TestLoadFinished(TimedQApplication):
def setUp(self):
#Acquire resources
- TimedQApplication.setUp(self, timeout=250)
+ TimedQApplication.setUp(self, timeout=1000)
self.view = QWebView()
QObject.connect(self.view, SIGNAL('loadFinished(bool)'),
self.load_finished)