Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
galaxina committed Nov 30, 2023
1 parent 715ac0e commit 319dd2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private void runWithWorkflow( int requestSize, int responseSize, int ioThreads,
.cpuAffinityFirstCpu( -1 )
.build();
try( PnioHttpHandler<TestState> httpHandler = new PnioHttpHandler<>( settings, workflow, this::errorResponse );
NioHttpServer httpServer = new NioHttpServer( port ) ) {
NioHttpServer httpServer = new NioHttpServer( new NioHttpServer.DefaultPort( port ) ) ) {
httpServer.ioThreads = ioThreads;
httpServer.start();

Expand Down

0 comments on commit 319dd2c

Please sign in to comment.