From 0d194a74a3634364709c037e10d92d6b950ab7ac Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 11 May 2022 13:59:09 +0200 Subject: Increase default timeout for the intent test Change-Id: I4f6fa847dc4dd41ac82ca0c829c0f22883f714db Reviewed-by: Robert Griebl --- tests/qml/intents/tst_intents.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } -- cgit v1.2.3