[education/rkward] rkward/autotests: Keep clang-format happy
Thomas Friedrichsmeier
null at kde.org
Mon Sep 15 16:09:23 BST 2025
Git commit 9adef54b65a79638c79fd7b0161e5f92a3f5723f by Thomas Friedrichsmeier.
Committed on 15/09/2025 at 15:09.
Pushed by tfry into branch 'master'.
Keep clang-format happy
M +1 -1 rkward/autotests/core_test.cpp
https://invent.kde.org/education/rkward/-/commit/9adef54b65a79638c79fd7b0161e5f92a3f5723f
diff --git a/rkward/autotests/core_test.cpp b/rkward/autotests/core_test.cpp
index 9c93d98e5..e34327a7b 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(4000)) { // test may be heavy on a loaded CI
+ if (!waitForAllFinished(4000)) {
waitForAllFinished(10000); // prevent crash in case of test failure
QVERIFY(false);
}
More information about the rkward-tracker
mailing list