We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82288fe commit ccecb8cCopy full SHA for ccecb8c
test/smoke-test.sh
@@ -12,10 +12,10 @@ deploy_sourcegraph() {
12
if [[ "$TEST_TYPE" == "pure-docker-test" ]]; then
13
./test/volume-config.sh
14
timeout 600s ./pure-docker/deploy.sh
15
- expect_containers="24"
+ expect_containers="23"
16
elif [[ "$TEST_TYPE" == "docker-compose-test" ]]; then
17
docker-compose --file docker-compose/docker-compose.yaml up -d -t 600
18
- expect_containers="26"
+ expect_containers="25"
19
fi
20
21
echo "Giving containers 90s to start..."
0 commit comments