Skip to content

Commit

Permalink
use SCALE_UP=6 for soak test (#2891)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschmid authored Sep 25, 2024
1 parent 5229157 commit b190588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ test-soak-testonly:

test-soak:
UNINSTALL_STRIMZI="false" ./hack/strimzi.sh
SCALE_UP=5 INSTALL_KAFKA="true" ./hack/install.sh
SCALE_UP=6 INSTALL_KAFKA="true" ./hack/install.sh
./test/soak-tests.sh

# Run all E2E tests.
Expand Down

0 comments on commit b190588

Please sign in to comment.