[education/rkward] rkward/autotests: Allow more time

Thomas Friedrichsmeier null at kde.org
Mon Sep 15 15:45:49 BST 2025


Git commit 2bc9322b637cd045b3db9aa2fb49a13a729b81cb by Thomas Friedrichsmeier.
Committed on 15/09/2025 at 14:45.
Pushed by tfry into branch 'master'.

Allow more time

M  +1    -1    rkward/autotests/core_test.cpp

https://invent.kde.org/education/rkward/-/commit/2bc9322b637cd045b3db9aa2fb49a13a729b81cb

diff --git a/rkward/autotests/core_test.cpp b/rkward/autotests/core_test.cpp
index f0221f6e2..9c93d98e5 100644
--- a/rkward/autotests/core_test.cpp
+++ b/rkward/autotests/core_test.cpp
@@ -491,7 +491,7 @@ class RKWardCoreTest : public QObject {
 				QVERIFY(command->failed());
 				QVERIFY(command->wasCanceled());
 			});
-			if (!waitForAllFinished()) {
+			if (!waitForAllFinished(4000)) { // test may be heavy on a loaded CI
 				waitForAllFinished(10000); // prevent crash in case of test failure
 				QVERIFY(false);
 			}


More information about the rkward-tracker mailing list