Commit a1c645b
Increase timeout for integration tests
On some infras, sometimes there is a proxy error and the pods
can not start properly because it can not pull images, so the
CI job fails and in the log file, there is information:
oc wait openstack/openstack -n openstack-operators --for condition=Ready --timeout=300s
error: timed out waiting for the condition on openstacks/openstack
make[1]: *** [Makefile:760: openstack_init] Error 1
Increase timeout twice to avoid potential errors and give some time
for proxy and kubernetes to recover and retry pull image.
Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>1 parent 5f17bc5 commit a1c645b
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- tests/integration/targets/make/files/get_makefiles_env
- makefiles
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments