Skip to content

Commit

Permalink
tmt: increase test duration to 3h
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mvo5 authored and achilleas-k committed May 3, 2024
1 parent ddf2ca0 commit bab71a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plans/all.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bab71a9

Please sign in to comment.