We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bca24e commit cc12d14Copy full SHA for cc12d14
test/smoke-test.sh
@@ -17,7 +17,7 @@ deploy_sourcegraph() {
17
if [[ "$TEST_TYPE" == "pure-docker-test" ]]; then
18
./test/volume-config.sh
19
timeout 600s ./pure-docker/deploy.sh
20
- expect_containers="23"
+ expect_containers="24"
21
elif [[ "$TEST_TYPE" == "docker-compose-test" ]]; then
22
docker-compose --file docker-compose/docker-compose.yaml up -d -t 600
23
expect_containers="25"
0 commit comments