[education/rkward] rkward/autotests: Avoid timeout
Thomas Friedrichsmeier
null at kde.org
Sat Oct 29 13:03:15 BST 2022
Git commit 59cd80727c895fd495f972eea54193de0999817d by Thomas Friedrichsmeier.
Committed on 29/10/2022 at 12:00.
Pushed by tfry into branch 'master'.
Avoid timeout
M +1 -1 rkward/autotests/core_test.cpp
https://invent.kde.org/education/rkward/commit/59cd80727c895fd495f972eea54193de0999817d
diff --git a/rkward/autotests/core_test.cpp b/rkward/autotests/core_test.cpp
index 2f5e386e..64e21384 100644
--- a/rkward/autotests/core_test.cpp
+++ b/rkward/autotests/core_test.cpp
@@ -194,7 +194,7 @@ private slots:
});
bool lock = true;
- runCommandWithTimeout(new RCommand("dx <- data.frame(a=1:2, b=3:4)", RCommand::User), nullptr, [this, &lock](RCommand *command) {
+ runCommandAsync(new RCommand("dx <- data.frame(a=1:2, b=3:4)", RCommand::User), nullptr, [this, &lock](RCommand *command) {
auto dx = RObjectList::getGlobalEnv()->findObject("dx");
QVERIFY(dx != nullptr);
QVERIFY(dx->isContainer());
More information about the rkward-tracker
mailing list