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

Minor fix in log message

parent 275821c1
No related branches found
No related tags found
No related merge requests found
Pipeline #7094 passed
...@@ -80,7 +80,7 @@ class KubernetesBenchmarkDeployment( ...@@ -80,7 +80,7 @@ class KubernetesBenchmarkDeployment(
labelName = LAG_EXPORTER_POD_LABEL_NAME, labelName = LAG_EXPORTER_POD_LABEL_NAME,
labelValue = LAG_EXPORTER_POD_LABEL_VALUE labelValue = LAG_EXPORTER_POD_LABEL_VALUE
) )
logger.info { "Teardown complete. Wait $afterTeardownDelay ms to let everything come down." } logger.info { "Teardown complete. Wait $afterTeardownDelay ms to let everything cool down." }
Thread.sleep(Duration.ofSeconds(afterTeardownDelay).toMillis()) Thread.sleep(Duration.ofSeconds(afterTeardownDelay).toMillis())
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment