Skip to content

Commit

Permalink
finish comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Sep 2, 2024
1 parent b58b477 commit 46630f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datadog/ci/remote/component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
Expand Down

0 comments on commit 46630f4

Please sign in to comment.