Skip to content
Snippets Groups Projects
Commit ce33558e authored by Sören Henning's avatar Sören Henning
Browse files

Increase sleep after K8s deletion

parent 58f93b14
Branches
Tags
3 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #2928 canceled
...@@ -30,7 +30,7 @@ class KubernetesBenchmarkDeployment( ...@@ -30,7 +30,7 @@ class KubernetesBenchmarkDeployment(
private val kafkaController = TopicManager(this.kafkaConfig) private val kafkaController = TopicManager(this.kafkaConfig)
private val kubernetesManager = K8sManager(client) private val kubernetesManager = K8sManager(client)
private val LAG_EXPORTER_POD_LABEL = "app.kubernetes.io/name=kafka-lag-exporter" private val LAG_EXPORTER_POD_LABEL = "app.kubernetes.io/name=kafka-lag-exporter"
private val SLEEP_AFTER_K8S_DELETION_MS = 2000L private val SLEEP_AFTER_K8S_DELETION_MS = 10_000L
/** /**
* Setup a [KubernetesBenchmark] using the [TopicManager] and the [K8sManager]: * Setup a [KubernetesBenchmark] using the [TopicManager] and the [K8sManager]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment