Skip to content

Commit

Permalink
Merge pull request #398 from camunda/366-use-different-default-port
Browse files Browse the repository at this point in the history
fix: use different default port
  • Loading branch information
pihme authored Jun 14, 2022
2 parents 77569cd + 3d2b6c1 commit 6b8109f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class EngineFactory {

public static ZeebeTestEngine create() {
return create(26500);
return create(26499);
}

public static ZeebeTestEngine create(final int port) {
Expand Down

0 comments on commit 6b8109f

Please sign in to comment.