Skip to content

Commit

Permalink
chore: clean integration-dsl codes
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Jan 1, 2023
1 parent bcd2849 commit 6c517fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class IntegrationTests {

@BeforeEach
public void setup() {
this.disposableServer = this.httpServer.bindNow(Duration.ofMillis(1000));
this.disposableServer = this.httpServer.bindNow(Duration.ofMillis(5000));
this.rest = WebTestClient
.bindToServer()
.responseTimeout(Duration.ofMillis(5000))
Expand Down

0 comments on commit 6c517fc

Please sign in to comment.