mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
prci: increase timeout for jobs that required AD
Vagrant retries to provision hosts if something happens, it was introduced
in PR-CI after 380c8b8c78
.
This takes time, some jobs are killed during test execution, so this
increases the time-out parameter from 1 hour and 20 minutes to 2 hours.
Signed-off-by: Armando Neto <abiagion@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
parent
cf7006376d
commit
a4ca34261a
@ -232,7 +232,7 @@ jobs:
|
||||
build_url: '{fedora-30/build_url}'
|
||||
test_suite: test_integration/test_smb.py
|
||||
template: *ci-master-f30
|
||||
timeout: 4800
|
||||
timeout: 7200
|
||||
topology: *ad_master_2client
|
||||
|
||||
fedora-30/replica_promotion:
|
||||
|
@ -252,7 +252,7 @@ jobs:
|
||||
build_url: '{fedora-29/build_url}'
|
||||
test_suite: test_integration/test_smb.py
|
||||
template: *ci-master-f29
|
||||
timeout: 4800
|
||||
timeout: 7200
|
||||
topology: *ad_master_2client
|
||||
|
||||
fedora-29/test_server_del:
|
||||
|
@ -252,7 +252,7 @@ jobs:
|
||||
build_url: '{fedora-30/build_url}'
|
||||
test_suite: test_integration/test_smb.py
|
||||
template: *ci-master-f30
|
||||
timeout: 4800
|
||||
timeout: 7200
|
||||
topology: *ad_master_2client
|
||||
|
||||
fedora-30/test_server_del:
|
||||
|
@ -269,7 +269,7 @@ jobs:
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_smb.py
|
||||
template: *testing-master-f30
|
||||
timeout: 4800
|
||||
timeout: 7200
|
||||
topology: *ad_master_2client
|
||||
|
||||
fedora-30/test_server_del:
|
||||
|
@ -252,7 +252,7 @@ jobs:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
test_suite: test_integration/test_smb.py
|
||||
template: *ci-master-frawhide
|
||||
timeout: 4800
|
||||
timeout: 7200
|
||||
topology: *ad_master_2client
|
||||
|
||||
fedora-rawhide/test_server_del:
|
||||
|
Loading…
Reference in New Issue
Block a user