cloud-ark / kubeplus

Kubernetes Operator for multi-instance multi-tenancy
https://cloudark.io/
Apache License 2.0
654 stars 78 forks source link

Increase timeout in tests #1236

Closed devdattakulkarni closed 5 months ago

devdattakulkarni commented 5 months ago

We have defined a timeout of 30 seconds for creating the CRD defined in ResourceComposition. https://github.com/cloud-ark/kubeplus/blob/master/tests/tests.py#L92

Sometime it can take more than that for CRD registration to complete. It will be good to increase this timeout value.