[education/rkward] rkward/autotests: Allow yet more time for CI

Thomas Friedrichsmeier null at kde.org
Wed Sep 24 14:33:37 BST 2025


Git commit e1118ba42878621438167e44d96d4287728e9c89 by Thomas Friedrichsmeier.
Committed on 24/09/2025 at 13:32.
Pushed by tfry into branch 'master'.

Allow yet more time for CI

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

https://invent.kde.org/education/rkward/-/commit/e1118ba42878621438167e44d96d4287728e9c89

diff --git a/rkward/autotests/core_test.cpp b/rkward/autotests/core_test.cpp
index be4646b45..69cb07349 100644
--- a/rkward/autotests/core_test.cpp
+++ b/rkward/autotests/core_test.cpp
@@ -240,6 +240,7 @@ class RKWardCoreTest : public QObject {
 			QCOMPARE(command->stringVector().value(0).count(test_string), 2000);
 		});
 		RInterface::issueCommand(QStringLiteral("rm(x); rm(y)"), RCommand::User);
+		waitForAllFinished(4000); // NOTE: The above can be quite slow in Windows CI, although no problem observed in manual testing
 		// some stuff we don't expect to work "accidentally" in a non-utf8 locale
 		// NOTE that we're also checking the string boundaries ([]), just in case R's UTF8-markers on Windows ever pop up, again
 		const auto strings = QStringList() << u"¢Ä"_s << u"€🚚"_s << u"✨☀️"_s;



More information about the rkward-tracker mailing list