ipatests: increase test_webui_server timeout

test_webui_server tends to take more than 3600s to run.
Increase timeout to 7200s.

Fixes: https://pagure.io/freeipa/issue/8266
Signed-off-by: François Cami <fcami@redhat.com>
Reviewed-By: Armando Neto <abiagion@redhat.com>
This commit is contained in:
François Cami
2020-04-14 14:11:11 +02:00
parent dbf5df4a66
commit 306adf6b51
4 changed files with 4 additions and 4 deletions
@@ -1240,7 +1240,7 @@ jobs:
test_webui/test_realmdomains.py
test_webui/test_trust.py
template: *ci-master-latest
timeout: 3600
timeout: 7200
topology: *ipaserver
fedora-latest/test_webui_service:
@@ -1337,7 +1337,7 @@ jobs:
test_webui/test_realmdomains.py
test_webui/test_trust.py
template: *testing-master-latest
timeout: 3600
timeout: 7200
topology: *ipaserver
testing-fedora/test_webui_service:
@@ -1240,7 +1240,7 @@ jobs:
test_webui/test_realmdomains.py
test_webui/test_trust.py
template: *ci-master-previous
timeout: 3600
timeout: 7200
topology: *ipaserver
fedora-previous/test_webui_service:
@@ -1337,7 +1337,7 @@ jobs:
test_webui/test_realmdomains.py
test_webui/test_trust.py
template: *ci-master-frawhide
timeout: 3600
timeout: 7200
topology: *ipaserver
fedora-rawhide/test_webui_service: