Skip to content

Commit

Permalink
Increase time for testing against all-pythons
Browse files Browse the repository at this point in the history
Looks like tests for all python require more time to run. This can be
improved in the future by splitting each python run in a separate test,
and, therefore, be run in parallel

Signed-off-by: Nicola Sella <nsella@redhat.com>
  • Loading branch information
inknos committed Feb 27, 2025
1 parent 75c96c2 commit 187ea48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ require:
tag: [ matrix]
summary: Run all tests for all ptyhon versions available
test: cd .. && make tests-ci-all-python
duration: 10m
duration: 20m

0 comments on commit 187ea48

Please sign in to comment.