Skip to content

Commit fd2012a

Browse files
committed
CI: Bump tempest timeout to 3600
Change-Id: I85c8a2b833b8b4e46bb33124deb594fb2a2b9f78 Signed-off-by: Michal Nasiadka <[email protected]>
1 parent e67a4de commit fd2012a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/kolla-ansible-tempest/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
OS_LOG_CAPTURE: "1"
3333
OS_STDOUT_CAPTURE: "1"
3434
OS_STDERR_CAPTURE: "1"
35-
OS_TEST_TIMEOUT: "1200"
35+
OS_TEST_TIMEOUT: "3600"
3636
vars:
3737
tempest_log_file: "test-tempest-run{{ '-post-upgrade' if post_upgrade | bool else '' }}"
3838
ansible.builtin.shell:

zuul.d/scenarios/aio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- ^ansible/(action_plugins|filter_plugins|library|module_utils)/
99
- ^ansible/roles/(common|fluentd|glance|haproxy-config|heat|horizon|keystone|loadbalancer|loadbalancer-config|neutron|nova|nova-cell|openvswitch|placement|proxysql|rabbitmq|service-.*)/
1010
- ^kolla_ansible/
11-
- ^roles/kolla-ansible-(deploy|test-dashboard)/
11+
- ^roles/kolla-ansible-(deploy|tempest|test-dashboard)/
1212
- ^tests/testinfra/test_horizon.py
1313
- ^tools/init-runonce
1414

0 commit comments

Comments
 (0)