Skip to content

Commit

Permalink
Updated the test for cc_worker to reflect lon:
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGriffin committed Nov 5, 2024
1 parent 5666ff3 commit 86eb048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/cf-manifest/env-specific/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ doppler_instances: 3
log_cache_instances: 3
log_api_instances: 3
scheduler_instances: 3
cc_worker_instances: 3
cc_worker_instances: 2
cc_hourly_rate_limit: 60000
cc_staging_timeout_in_seconds: 2700
cc_maximum_health_check_timeout_in_seconds: 300
Expand Down
2 changes: 1 addition & 1 deletion manifests/cf-manifest/spec/manifest/cc_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
end

context("when the environment is prod") do
let(:manifest) { manifest_for_env("prod") }
let(:manifest) { manifest_for_env("prod-lon") }
let(:cc_worker) { manifest.fetch("instance_groups.cc-worker") }

it "has more instances" do
Expand Down

0 comments on commit 86eb048

Please sign in to comment.