[education/rkward/testing/win_citest_timeout] /: Now try to diagnose the actual problem, again

Thomas Friedrichsmeier null at kde.org
Sun Oct 2 20:19:55 BST 2022


Git commit 3ed87df6a55f2e9f236ac5a9b2c311ea734ee469 by Thomas Friedrichsmeier.
Committed on 02/10/2022 at 19:19.
Pushed by tfry into branch 'testing/win_citest_timeout'.

Now try to diagnose the actual problem, again

M  +1    -1    .kde-ci.yml
M  +0    -3    rkward/autotests/core_test.cpp

https://invent.kde.org/education/rkward/commit/3ed87df6a55f2e9f236ac5a9b2c311ea734ee469

diff --git a/.kde-ci.yml b/.kde-ci.yml
index 8d235fa6..e4966e6e 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -21,4 +21,4 @@ Dependencies:
 Options:
   require-passing-tests-on: [ 'Windows' ]
   tests-load-sensitve: True
-  per-test-timeout: 120
+  per-test-timeout: 60
diff --git a/rkward/autotests/core_test.cpp b/rkward/autotests/core_test.cpp
index d265d3e8..4475b23c 100644
--- a/rkward/autotests/core_test.cpp
+++ b/rkward/autotests/core_test.cpp
@@ -208,9 +208,6 @@ private slots:
 			QVERIFY(command->error().contains("123test"));
 		});
 		cleanGlobalenv();
-#ifdef Q_OS_WIN
-		runCommandWithTimeout(new RCommand("Sys.sleep(150)", RCommand::User), nullptr, [](RCommand*){}, 150000);
-#endif
 	}
 
 	void restartRBackend() {


More information about the rkward-tracker mailing list