improve: timeouts for integration test by csviri · Pull Request #3121 · operator-framework/java-operator-sdk

sometimes some integration tests fail (as far I can tell always the same set),
see: https://github.com/operator-framework/java-operator-sdk/actions/runs/20992766537/job/60342081482?pr=3119

My guess is it a slower runner machine? Not sure, but enhanced a bit the timouts on those tests.

Error:  Errors: 
Error:    KubernetesResourceStatusUpdateIT.testReconciliationOfNonCustomResourceAndStatusUpdate:63 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.baseapi.deployment.KubernetesResourceStatusUpdateIT 
Expecting actual not to be null within 2 minutes.
Error:    ExpectationIT.expectationTimeouts:70 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.baseapi.expectation.onallevent.ExpectationIT 
Expecting actual not to be null within 10 seconds.
Error:    ExpectationIT.testExpectation:55 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.baseapi.expectation.onallevent.ExpectationIT 
Expecting actual not to be null within 10 seconds.
Error:    PeriodicCleanerExpectationIT.testPeriodicCleanerExpectationBasicFlow:60 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.baseapi.expectation.periodicclean.PeriodicCleanerExpectationIT 
Expecting actual not to be null within 10 seconds.
Error:    StandaloneDependentResourceIT.dependentResourceManagesDeployment:66->awaitForDeploymentReadyReplicas:97 » ConditionTimeout Condition with Lambda expression in io.javaoperatorsdk.operator.dependent.standalonedependent.StandaloneDependentResourceIT was not fulfilled within 50 seconds.
Error:    StandaloneDependentResourceIT.executeUpdateForTestingCacheUpdateForGetResource:81->awaitForDeploymentReadyReplicas:97 » ConditionTimeout Condition with Lambda expression in io.javaoperatorsdk.operator.dependent.standalonedependent.StandaloneDependentResourceIT was not fulfilled within 50 seconds.
Error:    ComplexWorkflowIT.successfullyReconciles:59 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.workflow.complexdependent.ComplexWorkflowIT 
expected: READY
 but was: NOT_READY within 1 minutes  30 seconds.
Error:    WorkflowAllFeatureIT.configMapNotDeletedUntilNotMarked:123 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.workflow.workflowallfeature.WorkflowAllFeatureIT 
Expecting value to be true but was false within 1 minutes.
Error:    WorkflowAllFeatureIT.configMapNotReconciledIfReconcileConditionNotMet:100 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.workflow.workflowallfeature.WorkflowAllFeatureIT 
Expecting value to be true but was false within 1 minutes.
Error:    WorkflowAllFeatureIT.configMapNotReconciledUntilDeploymentReady:73 » ConditionTimeout Assertion condition defined as a Lambda expression in io.javaoperatorsdk.operator.workflow.workflowallfeature.WorkflowAllFeatureIT 
Expecting actual not to be null within 1 minutes.
[INFO] 
Error:  Tests run: 144, Failures: 0, Errors: 10, Skipped: 0

Signed-off-by: Attila Mészáros a_meszaros@apple.com