From 3ff4aa20c172801cceb0f638a98174d9a81c2fc9 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 16 Jan 2025 12:07:57 +0100 Subject: [PATCH] plan: give testingfarm more time to complete 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. --- plans/integration.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plans/integration.fmf b/plans/integration.fmf index 4a081f58..c43795df 100644 --- a/plans/integration.fmf +++ b/plans/integration.fmf @@ -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