Skip to content

Commit

Permalink
[testing] try to improve parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan4th committed Mar 10, 2022
1 parent 8b747a7 commit a4a4a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
# But don't forget to comment it back for a finished PR!
# E2E_FOCUS: "TDF.*IPv4.*no proxy.*counts plain HTTP traffic"

E2E_PARALLEL_NODES: "2"
E2E_PARALLEL_NODES: "4"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/vpp/vppstartup.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ cpu {
{{ end }}
}
heapsize 2G
heapsize 1900M
statseg {
socket-name {{.StatsSock}}
Expand Down

0 comments on commit a4a4a6d

Please sign in to comment.