From bab71a9c29ffd24abe51a96128e00946d14c62f1 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 3 May 2024 10:54:59 +0200 Subject: [PATCH] tmt: increase test duration to 3h With the addition of the iso tests the testsuite runs slower now. We need to think about if we really want to run all our tests in testingfarm, the machien we get there is a bit on the slow side and all we really need from it is the SELinux tests that we cannot run on GH actions. But for now just increase the time so that the tests pass again. --- plans/all.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plans/all.fmf b/plans/all.fmf index ed724711..2d8eb663 100644 --- a/plans/all.fmf +++ b/plans/all.fmf @@ -30,7 +30,7 @@ execute: pip install --user -r test/requirements.txt echo "Run tests" pytest --force-aws-upload - duration: 2h + duration: 3h finish: how: shell script: df -h