diff --git a/testing-framework/runners/k8s/src/deployer/orchestrator.rs b/testing-framework/runners/k8s/src/deployer/orchestrator.rs index f367e05..19540a5 100644 --- a/testing-framework/runners/k8s/src/deployer/orchestrator.rs +++ b/testing-framework/runners/k8s/src/deployer/orchestrator.rs @@ -97,6 +97,8 @@ impl Deployer for K8sDeployer { info!( validators = descriptors.validators().len(), executors = descriptors.executors().len(), + duration_secs = scenario.duration().as_secs(), + readiness_checks = self.readiness_checks, "starting k8s deployment" );