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) }