mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-17 20:41:51 +00:00
Increase test replicas (#1529)
* Increase number of test VMs to 5 per shard. * Make pipe router test shorter.
This commit is contained in:
@@ -169,7 +169,7 @@ func TestPipeRouter(t *testing.T) {
|
||||
var (
|
||||
consul = newMockConsulClient()
|
||||
replicas = 2
|
||||
iterations = 50
|
||||
iterations = 10
|
||||
pt = pipeTest{}
|
||||
)
|
||||
|
||||
|
||||
@@ -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" "$@"
|
||||
|
||||
Reference in New Issue
Block a user