Skip to content

Commit

Permalink
reduce num of parallel VMs
Browse files Browse the repository at this point in the history
Signed-off-by: Plamen Petrov <plamb0brt@gmail.com>
  • Loading branch information
plamenmpetrov committed Sep 11, 2020
1 parent 81d693b commit 593a03d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ctriface/manual_cleanup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func TestParallelPhasedSnapLoad(t *testing.T) {
ctx, cancel := context.WithTimeout(namespaces.WithNamespace(context.Background(), namespaceName), testTimeout)
defer cancel()

vmNum := 10
vmNum := 3
vmIDBase := 11
imageName := "ustiugov/helloworld:runner_workload"

Expand Down
2 changes: 1 addition & 1 deletion manual_cleanup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func TestParallelServe(t *testing.T) {
require.Equal(t, resp.Payload, "Hello, world!")
// -----------------------------------------------------

vmNum := 5
vmNum := 3

var vmGroup sync.WaitGroup
for i := 0; i < vmNum; i++ {
Expand Down

0 comments on commit 593a03d

Please sign in to comment.