summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/qml/intents/tst_intents.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qml/intents/tst_intents.qml b/tests/qml/intents/tst_intents.qml
index 7b56b135..2b4abe97 100644
--- a/tests/qml/intents/tst_intents.qml
+++ b/tests/qml/intents/tst_intents.qml
@@ -51,7 +51,7 @@ TestCase {
when: windowShown
name: "Intents"
- property int spyTimeout: 1000 * AmTest.timeoutFactor
+ property int spyTimeout: 4000 * AmTest.timeoutFactor
property var stdParams: { "para": "meter" }
property var matchParams: { "list": "a", "int": 42, "string": "foo_x_bar", "complex": { "a": 1 } }