summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2022-05-11 13:59:09 +0200
committerDominik Holland <dominik.holland@qt.io>2022-05-17 16:15:06 +0200
commit0d194a74a3634364709c037e10d92d6b950ab7ac (patch)
tree7046c1cb7570a25528e20d8d60cecdc9edebf291
parent6d0842beac17114bd9aeaf390a289b9475c2380b (diff)
downloadqtapplicationmanager-0d194a74a3634364709c037e10d92d6b950ab7ac.tar.gz
Increase default timeout for the intent test
Change-Id: I4f6fa847dc4dd41ac82ca0c829c0f22883f714db Reviewed-by: Robert Griebl <robert.griebl@qt.io>
-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 } }