Skip to content

Commit ccecb8c

Browse files
committed
Fixup
1 parent 82288fe commit ccecb8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/smoke-test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ deploy_sourcegraph() {
1212
if [[ "$TEST_TYPE" == "pure-docker-test" ]]; then
1313
./test/volume-config.sh
1414
timeout 600s ./pure-docker/deploy.sh
15-
expect_containers="24"
15+
expect_containers="23"
1616
elif [[ "$TEST_TYPE" == "docker-compose-test" ]]; then
1717
docker-compose --file docker-compose/docker-compose.yaml up -d -t 600
18-
expect_containers="26"
18+
expect_containers="25"
1919
fi
2020

2121
echo "Giving containers 90s to start..."

0 commit comments

Comments
 (0)