From 682e3967ba8b1d205b741bf7e4b8d2180406595b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Mon, 4 Sep 2023 17:06:43 +0200 Subject: [PATCH] Increase timeout per test to 90 seconds The Appium test (including the setup) takes more than the default 60 s. --- .kde-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index 3ad1aef4b..3f564d2ab 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -64,4 +64,5 @@ Dependencies: 'sdk/selenium-webdriver-at-spi': '@latest-kf6' Options: + per-test-timeout: 90 require-passing-tests-on: [ 'Linux/Qt5', 'FreeBSD', 'Windows' ]