From d4d545a1c0734066dd98d11a06e35154f48a6012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= Date: Thu, 22 Jul 2021 22:55:21 +0200 Subject: [PATCH] gating.yaml: Fix TestInstallMaster timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit test_integration/test_installation.py::TestInstallMaster 's timeout is 10800 on all nightlies but it timeouts in gating with a timeout of 3600. Use 7200 in gating so that it has some chance of completing. Signed-off-by: François Cami Reviewed-By: Michal Polovka Reviewed-By: Stanislav Levin --- ipatests/prci_definitions/gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml index bf3a3336b..a827d0a8b 100644 --- a/ipatests/prci_definitions/gating.yaml +++ b/ipatests/prci_definitions/gating.yaml @@ -44,7 +44,7 @@ jobs: build_url: '{fedora-latest/build_url}' test_suite: test_integration/test_installation.py::TestInstallMaster template: *ci-master-latest - timeout: 3600 + timeout: 7200 topology: *master_1repl fedora-latest/simple_replication: