From efac0069847139b1e0fd40c56bb42c0e969a25f9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 6 Mar 2024 16:41:29 -0500 Subject: [PATCH] tests: Bump install timeout Not sure what was going wrong, we really need to collect the logs in this scenario instead of a hard timeout. --- tests/integration/install-upgrade.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/install-upgrade.fmf b/tests/integration/install-upgrade.fmf index 9908cd26a..66a33b54a 100644 --- a/tests/integration/install-upgrade.fmf +++ b/tests/integration/install-upgrade.fmf @@ -6,4 +6,4 @@ /bootc-install-upgrade: summary: bootc install and upgrade test test: ./install-upgrade.sh - duration: 40m + duration: 90m