Skip to content

Commit

Permalink
reduce container count for pure-docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Oct 11, 2022
1 parent eb1eede commit 03ed5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deploy_sourcegraph() {

if [[ "$GIT_BRANCH" == *"customer-replica"* ]]; then
# Expected number of containers on e.g. 3.18-customer-replica branch.
expect_containers="62"
expect_containers="60"
else
# Expected number of containers on `master` branch.
expect_containers="25"
Expand Down

0 comments on commit 03ed5b8

Please sign in to comment.