mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: increase timeout for test_commands up to 1.5 hours
Normally it takes 50 minutes for test_commands test suite to complete. But due to fluctuations in virtualized environment sometimes it exceeds 60 minutes which produces random failures in nightly runs. Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
4484762f62
commit
47d0ef40c8
@ -140,7 +140,7 @@ jobs:
|
||||
build_url: '{fedora-latest/build_url}'
|
||||
test_suite: test_integration/test_commands.py
|
||||
template: *ci-master-latest
|
||||
timeout: 3600
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-latest/test_kerberos_flags:
|
||||
|
@ -136,7 +136,7 @@ jobs:
|
||||
build_url: '{fedora-latest/build_url}'
|
||||
test_suite: test_integration/test_commands.py
|
||||
template: *ci-master-latest
|
||||
timeout: 3600
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-latest/test_kerberos_flags:
|
||||
|
@ -62,7 +62,7 @@ jobs:
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_commands.py
|
||||
template: *389ds-master-latest
|
||||
timeout: 3600
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
389ds-fedora/test_server_del:
|
||||
|
@ -143,7 +143,7 @@ jobs:
|
||||
selinux_enforcing: True
|
||||
test_suite: test_integration/test_commands.py
|
||||
template: *ci-master-latest
|
||||
timeout: 3600
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-latest/test_kerberos_flags:
|
||||
|
@ -143,7 +143,7 @@ jobs:
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_commands.py
|
||||
template: *testing-master-latest
|
||||
timeout: 3600
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
testing-fedora/test_kerberos_flags:
|
||||
|
@ -150,7 +150,7 @@ jobs:
|
||||
selinux_enforcing: True
|
||||
test_suite: test_integration/test_commands.py
|
||||
template: *testing-master-latest
|
||||
timeout: 3600
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
testing-fedora/test_kerberos_flags:
|
||||
|
@ -136,7 +136,7 @@ jobs:
|
||||
build_url: '{fedora-previous/build_url}'
|
||||
test_suite: test_integration/test_commands.py
|
||||
template: *ci-master-previous
|
||||
timeout: 3600
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-previous/test_kerberos_flags:
|
||||
|
@ -143,7 +143,7 @@ jobs:
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_commands.py
|
||||
template: *ci-master-frawhide
|
||||
timeout: 3600
|
||||
timeout: 4800
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-rawhide/test_kerberos_flags:
|
||||
|
Loading…
Reference in New Issue
Block a user