mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 05:43:02 +00:00
tests: adjust the target durations (#513)
tests: adjust the target durations By default, the duration defined by the time=XX entry is in second. The value set for k8s_info was way to low. This commit also increase some other durations to be sure we don't hit timeout. Reviewed-by: Mike Graves <mgraves@redhat.com>
This commit is contained in:
3
changelogs/fragments/minor-tests-duration.yaml
Normal file
3
changelogs/fragments/minor-tests-duration.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
trivial:
|
||||
- "tests - Adjust the duration of some test targets (https://github.com/ansible-collections/kubernetes.core/pull/513)."
|
||||
@@ -1,5 +1,4 @@
|
||||
# duration 9min
|
||||
slow
|
||||
k8s_service
|
||||
k8s
|
||||
time=192
|
||||
time=9m
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
k8s_drain
|
||||
k8s
|
||||
k8s_info
|
||||
time=121
|
||||
time=4m
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
time=13
|
||||
time=20m
|
||||
k8s
|
||||
k8s_info
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
k8s_rollback
|
||||
k8s
|
||||
k8s_info
|
||||
time=187
|
||||
time=16m
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
k8s_scale
|
||||
k8s
|
||||
k8s_info
|
||||
time=210
|
||||
time=6m
|
||||
|
||||
Reference in New Issue
Block a user