kiegroup / ruleops

This is a research effort, to explore this space. Not a supported capability. If you find this content interesting and you would like to contribute, feel free to contact us and reach out!
Apache License 2.0
1 stars 3 forks source link

Consider increasing timeout in tests #6

Open tarilabs opened 1 year ago

tarilabs commented 1 year ago

When local test on a limited laptop with Minikube or Kind on first init of a local k8s cluster the timeout of 10s is a bit too short, possibly still retrieving remote images etc?

Given it's just an awaitility timeout, considering increating from 10s to something like 30s in all tests.

Example:

``` [ERROR] Errors: [ERROR] ServiceSelectorMatchesNameButSelectorsDontIT.k8sClusterConditionsSetup:57 » ConditionTimeout Assertion condition defined as a org.drools.ruleops.ServiceSelectorMatchesNameButSelectorsDontIT expected: "Running" but was: "Pending" within 10 seconds. ```