Skip to content

Commit

Permalink
increase the parallel procs
Browse files Browse the repository at this point in the history
  • Loading branch information
seshachalam-yv committed Jul 17, 2024
1 parent 0946ea4 commit 4234b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e-test/run-e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function test_e2e {
echo "-------------------"

SOURCE_PATH=$PWD \
ginkgo -v -procs=3 -r -timeout=30m0s --randomize-all --randomize-suites --fail-on-pending ./test/e2e
ginkgo -v -procs=5 -r -timeout=30m0s --randomize-all --randomize-suites --fail-on-pending ./test/e2e
fi
}

Expand Down

0 comments on commit 4234b88

Please sign in to comment.