[education/rkward] rkward/autotests: Allow some extra time for device test

Thomas Friedrichsmeier null at kde.org
Sun May 12 16:32:29 BST 2024


Git commit 4002d82caee4c88517e79ad45a4fca4f1d8687e4 by Thomas Friedrichsmeier.
Committed on 12/05/2024 at 12:36.
Pushed by tfry into branch 'master'.

Allow some extra time for device test

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

https://invent.kde.org/education/rkward/-/commit/4002d82caee4c88517e79ad45a4fca4f1d8687e4

diff --git a/rkward/autotests/core_test.cpp b/rkward/autotests/core_test.cpp
index 9d90f0918..2e6904eb0 100644
--- a/rkward/autotests/core_test.cpp
+++ b/rkward/autotests/core_test.cpp
@@ -369,7 +369,7 @@ private Q_SLOTS:
 			QVERIFY(!command->failed());
 		});
 		RInterface::issueCommand(new RCommand("dev.off()", RCommand::User));
-		waitForAllFinished();  // priority_command_done must remain in scope until done
+		waitForAllFinished(5000);  // priority_command_done must remain in scope until done
 	}
 
 	void restartRBackend() {



More information about the rkward-tracker mailing list