Skip to content

Commit

Permalink
plan: give testingfarm more time to complete
Browse files Browse the repository at this point in the history
We recently hit the issue that bootc-image-builder is no longer
releasing. It turns out we hit the limit of our integration
tests. Increase this limit for now.
  • Loading branch information
mvo5 authored and achilleas-k committed Jan 16, 2025
1 parent fd0f7c3 commit 2d0e137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plans/integration.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ execute:
pip install --user -r test/requirements.txt
echo "Run tests"
pytest --force-aws-upload
duration: 3h
duration: 4h
finish:
how: shell
script: df -h

0 comments on commit 2d0e137

Please sign in to comment.