From 46630f44cadee382b3fb60b8e57cc3a4d30cbe22 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 2 Sep 2024 15:43:52 +0200 Subject: [PATCH] finish comment --- lib/datadog/ci/remote/component.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/datadog/ci/remote/component.rb b/lib/datadog/ci/remote/component.rb index 35dd562e..3edb65d6 100644 --- a/lib/datadog/ci/remote/component.rb +++ b/lib/datadog/ci/remote/component.rb @@ -29,7 +29,7 @@ def configure(test_session) end end - # configure different components in parallel because they might + # configure different components in parallel because they might block on HTTP requests configuration_workers = [ Worker.new { test_optimisation.configure(library_configuration, test_session) }, Worker.new { test_retries.configure(library_configuration, test_session) }