Skip to content

Commit 151e0eb

Browse files
committed
Merge branch '2.5.x'
Closes gh-26871
2 parents 5123d7c + 0ab7144 commit 151e0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/tunnel/server/SocketTargetServerConnectionTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -37,7 +37,7 @@
3737
*/
3838
class SocketTargetServerConnectionTests {
3939

40-
private static final int DEFAULT_TIMEOUT = 1000;
40+
private static final int DEFAULT_TIMEOUT = 5000;
4141

4242
private MockServer server;
4343

0 commit comments

Comments
 (0)