mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
Web UI: Increase timeouts for UI tests in Nightly PR configuration
Some test suites for WebUI in Nightly PR configuration have timeouts without any reserve. So these tests fails randomly. Timeout values for these test was increased to {real duration} + ~30% https://pagure.io/freeipa/issue/7864 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
e63c6b202a
commit
5e7f82db3c
@ -949,7 +949,7 @@ jobs:
|
||||
build_url: '{fedora-28/build_url}'
|
||||
test_suite: test_webui/test_cert.py
|
||||
template: *ci-master-f28
|
||||
timeout: 1800
|
||||
timeout: 2400
|
||||
topology: *ipaserver
|
||||
|
||||
fedora-28/test_webui_general:
|
||||
@ -1080,7 +1080,7 @@ jobs:
|
||||
build_url: '{fedora-28/build_url}'
|
||||
test_suite: test_webui/test_service.py
|
||||
template: *ci-master-f28
|
||||
timeout: 1800
|
||||
timeout: 2400
|
||||
topology: *ipaserver
|
||||
|
||||
fedora-28/test_webui_users:
|
||||
@ -1094,7 +1094,7 @@ jobs:
|
||||
test_webui/test_group.py
|
||||
test_webui/test_user.py
|
||||
template: *ci-master-f28
|
||||
timeout: 3600
|
||||
timeout: 4800
|
||||
topology: *ipaserver
|
||||
|
||||
fedora-28/customized_ds_config_install:
|
||||
|
@ -949,7 +949,7 @@ jobs:
|
||||
build_url: '{fedora-29/build_url}'
|
||||
test_suite: test_webui/test_cert.py
|
||||
template: *ci-master-f29
|
||||
timeout: 1800
|
||||
timeout: 2400
|
||||
topology: *ipaserver
|
||||
|
||||
fedora-29/test_webui_general:
|
||||
@ -1080,7 +1080,7 @@ jobs:
|
||||
build_url: '{fedora-29/build_url}'
|
||||
test_suite: test_webui/test_service.py
|
||||
template: *ci-master-f29
|
||||
timeout: 1800
|
||||
timeout: 2400
|
||||
topology: *ipaserver
|
||||
|
||||
fedora-29/test_webui_users:
|
||||
@ -1094,7 +1094,7 @@ jobs:
|
||||
test_webui/test_group.py
|
||||
test_webui/test_user.py
|
||||
template: *ci-master-f29
|
||||
timeout: 3600
|
||||
timeout: 4800
|
||||
topology: *ipaserver
|
||||
|
||||
fedora-29/customized_ds_config_install:
|
||||
|
@ -625,7 +625,7 @@ jobs:
|
||||
build_url: '{fedora-29/build_url}'
|
||||
test_suite: test_webui/test_cert.py
|
||||
template: *pki-master-f29
|
||||
timeout: 1800
|
||||
timeout: 2400
|
||||
topology: *ipaserver
|
||||
|
||||
fedora-29/test_webui_identity:
|
||||
|
@ -949,7 +949,7 @@ jobs:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
test_suite: test_webui/test_cert.py
|
||||
template: *ci-master-frawhide
|
||||
timeout: 1800
|
||||
timeout: 2400
|
||||
topology: *ipaserver
|
||||
|
||||
fedora-rawhide/test_webui_general:
|
||||
@ -1080,7 +1080,7 @@ jobs:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
test_suite: test_webui/test_service.py
|
||||
template: *ci-master-frawhide
|
||||
timeout: 1800
|
||||
timeout: 2400
|
||||
topology: *ipaserver
|
||||
|
||||
fedora-rawhide/test_webui_users:
|
||||
@ -1094,7 +1094,7 @@ jobs:
|
||||
test_webui/test_group.py
|
||||
test_webui/test_user.py
|
||||
template: *ci-master-frawhide
|
||||
timeout: 3600
|
||||
timeout: 4800
|
||||
topology: *ipaserver
|
||||
|
||||
fedora-rawhide/customized_ds_config_install:
|
||||
|
Loading…
Reference in New Issue
Block a user