Skip to content

Commit fe1fe4d

Browse files
author
Daniel Mikusa
authored
Fix connection pool size in test (#1148)
Signed-off-by: Daniel Mikusa <[email protected]>
1 parent 7a2d445 commit fe1fe4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudfoundry-client-reactor/src/test/java/org/cloudfoundry/reactor/DefaultConnectionContextTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public void multipleInstances() {
9595
@Test
9696
public void configurationAlwaysApplied() {
9797
DefaultConnectionContext ctx = DefaultConnectionContext.builder()
98+
.connectionPoolSize(24)
9899
.apiHost("api.example.com")
99100
.keepAlive(true)
100101
.proxyConfiguration(

0 commit comments

Comments
 (0)