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

Minor fix in logs

parent 7c8cc65f
No related branches found
No related tags found
No related merge requests found
Pipeline #7095 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 cool down." } logger.info { "Teardown complete. Wait $afterTeardownDelay seconds 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.
Please register or to comment