mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
gating.yaml: Fix TestInstallMaster timeout
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 <fcami@redhat.com> Reviewed-By: Michal Polovka <mpolovka@redhat.com> Reviewed-By: Stanislav Levin <slev@altlinux.org>
This commit is contained in:
parent
baed2e6f91
commit
d4d545a1c0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user