ipatests: Increase timeout for ACME in gating.yaml

Increase to 7200 from 3600 to match other executions.

Related: https://pagure.io/freeipa/issue/8581

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Mohammad Rizwan <myusuf@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
Reviewed-By: Armando Neto <abiagion@redhat.com>
This commit is contained in:
Rob Crittenden 2020-11-24 10:08:36 -05:00
parent e6489dcb8c
commit 75e3803b68

View File

@ -308,5 +308,5 @@ jobs:
build_url: '{fedora-latest/build_url}' build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_acme.py test_suite: test_integration/test_acme.py
template: *ci-master-latest template: *ci-master-latest
timeout: 3600 timeout: 7200
topology: *master_1repl_1client topology: *master_1repl_1client