[education/rkward] /: Avoid tests timing out due to high system load.
Thomas Friedrichsmeier
null at kde.org
Sat Sep 17 13:01:28 BST 2022
Git commit e40df19f0b7a8d7b3912bedee8363b6b3435e1a7 by Thomas Friedrichsmeier.
Committed on 17/09/2022 at 12:00.
Pushed by tfry into branch 'master'.
Avoid tests timing out due to high system load.
Unfortunately, tests-load-sensitive has no effect on Windows, so also increase the total time limit.
M +2 -0 .kde-ci.yml
https://invent.kde.org/education/rkward/commit/e40df19f0b7a8d7b3912bedee8363b6b3435e1a7
diff --git a/.kde-ci.yml b/.kde-ci.yml
index 2258bb43..9c9d31aa 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -20,3 +20,5 @@ Dependencies:
Options:
require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]
+ tests-load-sensitve: True
+ per-test-timeout: 120
More information about the rkward-tracker
mailing list