summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2022-05-11 16:03:17 +0200
committerDominik Holland <dominik.holland@qt.io>2022-05-17 16:15:26 +0200
commit98697819596f318c09a320b4649a8c9b69bc309b (patch)
tree9158e7e70503cfa2e9b16bc08202381fadeacea0
parentb0ef4770cfbf5a78ca342e5d18cdc2c559632a6e (diff)
downloadqtapplicationmanager-98697819596f318c09a320b4649a8c9b69bc309b.tar.gz
Fix flaky config test
Remove the specified timeout and rely on the default timeout instead. Change-Id: I3232383877371db5961e713042b6572cfb68eff2 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
-rw-r--r--tests/qml/configs/apps/test.configs.app/app.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qml/configs/apps/test.configs.app/app.qml b/tests/qml/configs/apps/test.configs.app/app.qml
index 9013a1c6..180b49f2 100644
--- a/tests/qml/configs/apps/test.configs.app/app.qml
+++ b/tests/qml/configs/apps/test.configs.app/app.qml
@@ -55,7 +55,6 @@ ApplicationManagerWindow {
Notification {
id: notification
summary: "Test"
- timeout: 20
}
ApplicationInterfaceExtension {