Increase test replicas (#1529)

* Increase number of test VMs to 5 per shard.

* Make pipe router test shorter.
This commit is contained in:
Tom Wilkie
2016-05-19 11:00:51 +01:00
parent 5d8b1c003e
commit 24062be6c9
2 changed files with 2 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ func TestPipeRouter(t *testing.T) {
var (
consul = newMockConsulClient()
replicas = 2
iterations = 50
iterations = 10
pt = pipeTest{}
)

View File

@@ -6,5 +6,5 @@ set -e
export PROJECT=scope-integration-tests
export TEMPLATE_NAME="test-template-5"
export NUM_HOSTS=3
export NUM_HOSTS=5
. "../tools/integration/gce.sh" "$@"